Skip to content

Commit

Permalink
Merge pull request #135 from ethanmdavidson/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/goreleaser/goreleaser-action-6.0.0

Bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0
  • Loading branch information
ethanmdavidson authored Jun 30, 2024
2 parents b7b2dca + 07b752f commit dff3f66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
version: latest
args: release --clean
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example goreleaser.yaml file with some defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
env:
- CGO_ENABLED=0
before:
Expand Down Expand Up @@ -70,4 +71,4 @@ release:
# draft: true

changelog:
skip: true
disable: true
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test: phony

test-releaser: export API_VERSION = x5.0
test-releaser: phony
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser/v2@latest
goreleaser check
goreleaser release --snapshot --clean --skip=sign

Expand Down

0 comments on commit dff3f66

Please sign in to comment.