Skip to content

Commit

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

Bump goreleaser/goreleaser-action from 4 to 5
  • Loading branch information
prymitive authored Sep 11, 2023
2 parents 2b18d18 + 77f7f03 commit dce98b4
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 @@ -39,13 +39,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Compile binaries
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
args: build --snapshot --clean --single-target

- name: Release binaries
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
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@v4
uses: goreleaser/goreleaser-action@v5
with:
args: check -f .goreleaser.yml

0 comments on commit dce98b4

Please sign in to comment.