Skip to content

Commit

Permalink
Fix version in GitHub release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Jul 28, 2024
1 parent 7d812de commit 9b28089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
docker run \
-v "${{ github.workspace }}/build:/src/build" \
${{ github.ref_type == 'tag' && format('--env {0}', github.ref_name) || '' }} \
${{ github.ref_type == 'tag' && format('--env APP_VERSION={0}', github.ref_name) || '' }} \
kdeck-build
- name: Record hash
Expand Down

0 comments on commit 9b28089

Please sign in to comment.