We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2e602 commit 848c435Copy full SHA for 848c435
.github/workflows/goreleaser.yml
@@ -42,9 +42,9 @@ jobs:
42
run: echo "flags=--snapshot" >> $GITHUB_ENV
43
44
- name: Run GoReleaser
45
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
46
with:
47
- version: latest
+ version: '~> v2'
48
args: release --clean ${{ env.flags }}
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -1,3 +1,4 @@
1
+version: 2
2
project_name: standalone-soci-indexer
3
before:
4
hooks:
@@ -40,7 +41,7 @@ archives:
40
41
checksum:
name_template: 'checksums.txt'
snapshot:
- name_template: "{{ incpatch .Version }}-next"
+ version_template: "{{ incpatch .Version }}-next"
changelog:
use: github
sort: asc
0 commit comments