Skip to content

Commit eb34280

Browse files
committed
fix release.yaml workflow
1 parent f9a3c47 commit eb34280

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
goos: darwin
2121
- goarch: arm64
2222
goos: windows
23-
steps:
24-
- uses: actions/checkout@v4
25-
- uses: wangyoucao577/go-release-action@v1
26-
with:
27-
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
goos: ${{ matrix.goos }}
29-
goarch: ${{ matrix.goarch }}
30-
goversion: 'https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz'
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: wangyoucao577/go-release-action@v1
26+
with:
27+
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
goos: ${{ matrix.goos }}
29+
goarch: ${{ matrix.goarch }}
30+
goversion: 'https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz'

0 commit comments

Comments
 (0)