build: make automatically update package in golang (#4311)
This commit is contained in:
committed by
GitHub
parent
dab5944a7b
commit
b987b6206f
@@ -29,3 +29,8 @@ jobs:
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Trigger Go module reindex (pkg.go.dev)
|
||||
run: |
|
||||
echo "Triggering Go module reindex at proxy.golang.org"
|
||||
curl -sSf "https://proxy.golang.org/github.com/${GITHUB_REPOSITORY,,}/@v/${GITHUB_REF_NAME}.info"
|
||||
|
||||
Reference in New Issue
Block a user