We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd53c22 commit ebd5fc3Copy full SHA for ebd5fc3
.github/workflows/goreleaser.yml
@@ -29,3 +29,7 @@ jobs:
29
args: release --clean
30
env:
31
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