Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Jan 29, 2024
1 parent 620fb97 commit eda645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Goreleaser publish
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}

0 comments on commit eda645b

Please sign in to comment.