Skip to content

Commit

Permalink
fix goreleaser flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 5, 2024
1 parent 4ade783 commit 4924bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: ${{ env.GORELEASER_VER }}
args: release --rm-dist --debug
args: release --clean --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURYPUSHTOKEN }}
Expand Down

0 comments on commit 4924bcf

Please sign in to comment.