Skip to content

Commit bdb4275

Browse files
committed
update workflow
Signed-off-by: Jiacheng Xu <[email protected]>
1 parent a455c1b commit bdb4275

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
@@ -19,12 +19,12 @@ jobs:
1919
uses: actions/setup-go@v3
2020
with:
2121
go-version: '1.19'
22-
- run: echo "GOVERSION=$(go version)" >> $GITHUB_ENV
2322
- name: Run GoReleaser
2423
uses: goreleaser/goreleaser-action@v4
2524
with:
2625
distribution: goreleaser
2726
version: latest
2827
args: release --clean
2928
env:
30-
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
30+
GOVERSION: v1.19

0 commit comments

Comments
 (0)