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 1f66da7 commit 1de1162Copy full SHA for 1de1162
.github/workflows/release.yaml
@@ -63,6 +63,8 @@ jobs:
63
-
64
name: Set up Go
65
uses: actions/setup-go@v3
66
+ with:
67
+ go-version: '1.18.1'
68
- name: Fetch Deps
69
run: |
70
export PATH=${PATH}:`go env GOPATH`/bin
@@ -72,9 +74,7 @@ jobs:
72
74
73
75
name: Run GoReleaser
76
uses: goreleaser/goreleaser-action@v3
- if: startsWith(github.ref, 'refs/tags/')
77
with:
- version: v3.0.0
78
args: release --rm-dist
79
env:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments