Skip to content

Commit

Permalink
Merge pull request #77 from nlnwa/fix/replace-deprecated-commands
Browse files Browse the repository at this point in the history
fix: replace deprecated `goreleaser` command
  • Loading branch information
trym-b authored Feb 29, 2024
2 parents e9663b0 + f7407fb commit a6e97b8
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 @@ -26,6 +26,6 @@ jobs:
with:
distribution: goreleaser
version: v1.18.2
args: release --rm-dist ${{ env.flags }}
args: release --clean ${{ env.flags }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a6e97b8

Please sign in to comment.