Skip to content

Commit 167e4fa

Browse files
committed
fix: proxy releaser
1 parent e071c5a commit 167e4fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232

3333
- name: Trigger Go module reindex (pkg.go.dev)
3434
run: |
35-
curl -s https://proxy.golang.org/github.com/${{ github.repository }}/@v/${GITHUB_REF_NAME}.info
35+
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

Comments
 (0)