Skip to content

Commit ebd5fc3

Browse files
committed
feat: reindex releaser
1 parent cd53c22 commit ebd5fc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
args: release --clean
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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

0 commit comments

Comments
 (0)