Skip to content

Commit

Permalink
Update release.yml (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell authored Sep 16, 2024
2 parents 9bfb048 + 68c92be commit a63d5a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist
key: ${{ secrets.YOUR_PRIVATE_KEY }}
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a63d5a3

Please sign in to comment.