We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e071c5a commit 167e4faCopy full SHA for 167e4fa
1 file changed
.github/workflows/goreleaser.yml
@@ -32,4 +32,5 @@ jobs:
32
33
- name: Trigger Go module reindex (pkg.go.dev)
34
run: |
35
- curl -s https://proxy.golang.org/github.com/${{ github.repository }}/@v/${GITHUB_REF_NAME}.info
+ echo "Triggering Go module reindex at proxy.golang.org"
36
+ curl -sSf "https://proxy.golang.org/github.com/${GITHUB_REPOSITORY,,}/@v/${GITHUB_REF_NAME}.info"
0 commit comments