Skip to content

Commit 919952b

Browse files
authored
fix(ci): update pkg.go.dev failed (#3)
Signed-off-by: Black-Hole1 <bh@bugs.cc>
1 parent 37a2e3c commit 919952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Update pkg.go.dev
33-
run: curl https://proxy.golang.org/github.com/${{ github.repository }}/v2/@v/${{ github.ref_name }}.info
33+
run: curl https://proxy.golang.org/github.com/${{ github.repository }}/@v/${{ github.ref_name }}.info

0 commit comments

Comments
 (0)