diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e090dc2..1bceaa9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,7 +121,7 @@ jobs: # Release the tag into Github. If draft in .goreleaser.yml is on true, not going to auto-publish the build # It would work only is the is a tag pushed. - name: Run GoReleaser release - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 + uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 if: startsWith(github.ref, 'refs/tags/') with: args: release --clean @@ -131,7 +131,7 @@ jobs: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} # Builds binaries artifacts. - name: Run GoReleaser build - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 + uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: args: release --snapshot --clean