Skip to content

Commit

Permalink
Merge pull request #98 from rsteube/fix-goreleaser
Browse files Browse the repository at this point in the history
github: fix goreleaser
  • Loading branch information
rsteube committed Mar 30, 2023
2 parents b3168b1 + ee81bfd commit fdeef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fdeef65

Please sign in to comment.