Skip to content

Commit 1de1162

Browse files
authored
Update release.yaml
Signed-off-by: Alex Jones <[email protected]>
1 parent 1f66da7 commit 1de1162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
-
6464
name: Set up Go
6565
uses: actions/setup-go@v3
66+
with:
67+
go-version: '1.18.1'
6668
- name: Fetch Deps
6769
run: |
6870
export PATH=${PATH}:`go env GOPATH`/bin
@@ -72,9 +74,7 @@ jobs:
7274
-
7375
name: Run GoReleaser
7476
uses: goreleaser/goreleaser-action@v3
75-
if: startsWith(github.ref, 'refs/tags/')
7677
with:
77-
version: v3.0.0
7878
args: release --rm-dist
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)