Skip to content

Commit

Permalink
Merge pull request #77 from hazcod/feat/warnings
Browse files Browse the repository at this point in the history
fix: fix release
  • Loading branch information
hazcod authored Mar 15, 2023
2 parents 41f4fce + 3def025 commit 7d0e9c0
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 @@ -50,6 +50,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --config=.github/goreleaser.yml --rm-dist
args: release --config=.github/goreleaser.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d0e9c0

Please sign in to comment.