Skip to content

Commit

Permalink
fix(ci): update pkg.go.dev failed (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Black-Hole1 <bh@bugs.cc>
  • Loading branch information
BlackHole1 authored Jan 17, 2024
1 parent 37a2e3c commit 919952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 919952b

Please sign in to comment.