Skip to content

Commit

Permalink
using gorunner version 5 instead of version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
a-atri committed Sep 20, 2024
1 parent 4dcaa1f commit a88ac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
#uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
#uses: goreleaser/goreleaser-action@v6
with:
#version: 2.3.2
version: "~> v2"
Expand Down

0 comments on commit a88ac32

Please sign in to comment.