Skip to content

Commit

Permalink
feat: Update goreleaser version and arguments
Browse files Browse the repository at this point in the history
The goreleaser version has been updated to '~> v2' and the release arguments have been changed to '--clean'. This update ensures that the code is using the latest version of goreleaser and includes the necessary arguments for a clean release.

Note: This commit message assumes that the purpose of the code changes is to update the goreleaser version and arguments. If there are other changes in the code that are not mentioned in the provided diff, please provide more context so that a more accurate commit message can be generated.
  • Loading branch information
thefourcraft committed Jul 23, 2024
1 parent a027c4c commit a6792e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down

0 comments on commit a6792e0

Please sign in to comment.