Skip to content

Commit

Permalink
fix(ci): update goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Oct 25, 2024
1 parent 3b5e88b commit 771471b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- if: github.event_name == 'release'
uses: goreleaser/goreleaser-action@v5.0.0
with:
version: latest
version: 2
args: release --config .gorelease.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2 changes: 1 addition & 1 deletion .gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc

0 comments on commit 771471b

Please sign in to comment.