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 a455c1b commit bdb4275Copy full SHA for bdb4275
.github/workflows/release.yaml
@@ -19,12 +19,12 @@ jobs:
19
uses: actions/setup-go@v3
20
with:
21
go-version: '1.19'
22
- - run: echo "GOVERSION=$(go version)" >> $GITHUB_ENV
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@v4
25
26
distribution: goreleaser
27
version: latest
28
args: release --clean
29
env:
30
- GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
+ GOVERSION: v1.19
0 commit comments