Skip to content

Commit

Permalink
chore(ci): fix release binary workflow (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz authored Jan 24, 2023
1 parent 897079a commit d2a2e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
workdir: ${{ env.working-directory }}
version: latest
version: 1.13.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit d2a2e28

Please sign in to comment.