We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf591f commit 97a26ceCopy full SHA for 97a26ce
.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
39
go-version: 1.19
40
- uses: go-semantic-release/action@v1
41
with:
42
- hooks: goreleaser
+ hooks: goreleaser,plugin-registry-update
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
+ PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
0 commit comments