We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a2e3c commit 919952bCopy full SHA for 919952b
.github/workflows/release.yml
@@ -30,4 +30,4 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Update pkg.go.dev
33
- 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 commit comments