We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d16584 commit f92e136Copy full SHA for f92e136
1 file changed
.github/workflows/goreleaser.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
28
passphrase: ${{ secrets.GPG_PASSPHRASE }}
29
+ -
30
+ name: Get Go Version
31
+ run: go version
32
-
33
name: Run GoReleaser
34
uses: goreleaser/goreleaser-action@v2
0 commit comments