Skip to content

Commit

Permalink
ci: pass correct version to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Nov 16, 2024
1 parent e4a7d88 commit 176c422
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 @@ -45,4 +45,4 @@ jobs:
if: ${{ needs.release.outputs.version != '' }}
secrets: inherit
with:
release_tag: ${{ needs.release.outputs.version != '' }}
release_tag: ${{ needs.release.outputs.version }}

0 comments on commit 176c422

Please sign in to comment.