Skip to content

Commit

Permalink
go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
l-with committed Jul 18, 2024
1 parent eed1c04 commit 7e10795
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,9 +40,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6
with:
version: 2.x
distribution: goreleaser
version: ~> v2"
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 7e10795

Please sign in to comment.