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 8c192c6 commit af461e9Copy full SHA for af461e9
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
echo "version=${VERSION}" >> $GITHUB_OUTPUT
82
echo "Releasing version: ${VERSION}"
83
- name: Install release tools
84
- run: go install github.com/goreleaser/[email protected]
+ run: go install github.com/goreleaser/goreleaser/v2@v2.12.5
85
- uses: flowexec/action@v1
86
with:
87
executable: 'publish release --param VERSION=${{ steps.version.outputs.version }}'
0 commit comments