Skip to content

Commit

Permalink
chore: Update goreleaser to v2 and action to v6 (#277)
Browse files Browse the repository at this point in the history
Followed this tutorial to make sure the upgrade is successful:
https://goreleaser.com/blog/goreleaser-v2
  • Loading branch information
nieomylnieja committed Aug 26, 2024
1 parent e63e54b commit a54ec62
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -53,7 +53,7 @@ jobs:
- name: setup github
run: git config --global url."https://n9-machine-user:${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
Expand Down Expand Up @@ -57,5 +58,3 @@ release:
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true

0 comments on commit a54ec62

Please sign in to comment.