Skip to content

Commit

Permalink
ci: fix version flag
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <[email protected]>
  • Loading branch information
bluebrown committed Apr 14, 2024
1 parent d5e86c8 commit 90a856d
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 @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOBIN: ${{ github.workspace }}/bin
run: |
bash .github/build.sh -t "$RELEASE_TAG" -o dist <<EOT
bash .github/build.sh -v "$RELEASE_TAG" -o dist <<EOT
linux/amd64
darwin/amd64
windows/amd64
Expand Down

0 comments on commit 90a856d

Please sign in to comment.