Skip to content

Commit

Permalink
chore: workflows updated check
Browse files Browse the repository at this point in the history
  • Loading branch information
notone0010 committed Jun 28, 2024
1 parent 7ec70e2 commit a2ca106
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# You will need to pass the `--batch` flag to `gpg` in your signing step
# in `goreleaser` to indicate this is being used in a non-interactive mode.
#
version: "2"
name: release
on:
push:
Expand Down Expand Up @@ -41,9 +40,9 @@ jobs:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "~> v2"
args: release --snapshot --skip-publish
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit a2ca106

Please sign in to comment.