Skip to content

Commit

Permalink
Merge pull request #1189 from cloudflare/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…releaser/goreleaser-action-6.1.0

build(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
  • Loading branch information
prymitive authored Nov 9, 2024
2 parents ee376d5 + 289d8d8 commit a7a70fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Test releasing binaries
if: github.event_name == 'pull_request'
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
args: release --clean --skip=validate --skip=sign --skip=sbom --skip=publish --snapshot

Expand All @@ -68,7 +68,7 @@ jobs:
- name: Release binaries
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
args: release --clean --release-notes=.tmp/changelog.txt
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
show-progress: false

- name: Check config
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
args: check -f .goreleaser.yml

0 comments on commit a7a70fe

Please sign in to comment.