Skip to content

Commit

Permalink
Merge pull request #102 from thepwagner-org/renovate/goreleaser-gorel…
Browse files Browse the repository at this point in the history
…easer-action-5.x

chore(deps): update goreleaser/goreleaser-action action to v5.1.0
  • Loading branch information
thepwagner committed May 10, 2024
2 parents f4afda6 + 3eb29e5 commit f4cfb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-release-attest.yaml
Expand Up @@ -44,7 +44,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.ghcr-token }}
- name: "📦 Release"
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
version: v1.25.1
args: release --clean --parallelism=1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang-release.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.ghcr-token }}
- name: "📦 Release"
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
version: v1.25.1
args: release --clean --parallelism=1
Expand Down

0 comments on commit f4cfb9b

Please sign in to comment.