We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463389c commit 973fed6Copy full SHA for 973fed6
.github/workflows/release.yml
@@ -72,6 +72,7 @@ jobs:
72
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
73
74
- name: Create release
75
+ id: goreleaser
76
uses: goreleaser/goreleaser-action@v6
77
with:
78
version: latest
@@ -84,7 +85,7 @@ jobs:
84
85
86
- uses: actions/attest-build-provenance@v3
87
- subject-checksums: ./dist/golangci-lint-*-checksums.txt
88
+ subject-checksums: ./dist/golangci-lint-${{ fromJSON(steps.goreleaser.outputs.metadata).version }}-checksums.txt
89
github-token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
90
91
0 commit comments