Skip to content

Commit

Permalink
Merge pull request #995 from cloudflare/dependabot/github_actions/gor…
Browse files Browse the repository at this point in the history
…eleaser/goreleaser-action-6

build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
prymitive committed Jun 6, 2024
2 parents a4fcfef + 9d1ef85 commit 1918400
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 @@ -40,7 +40,7 @@ jobs:

- name: Test releasing binaries
if: github.event_name == 'pull_request'
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean --skip=validate --skip=sign --skip=sbom --skip=publish --snapshot

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Release binaries
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
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 @@ -18,6 +18,6 @@ jobs:
show-progress: false

- name: Check config
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: check -f .goreleaser.yml

0 comments on commit 1918400

Please sign in to comment.