Skip to content

Commit

Permalink
[bug] Remove deprecated goreleaser flag
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Sep 30, 2024
1 parent 6840f6d commit 9bf84b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist --release-notes=../RELEASE_NOTES
args: release --release-notes=../RELEASE_NOTES
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 9bf84b4

Please sign in to comment.