Skip to content

Commit 8ae4476

Browse files
feat: add hooks-plugin-registry-update
1 parent 7dfbbb7 commit 8ae4476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
go-version: 1.19
4949
- uses: go-semantic-release/action@v1
5050
with:
51-
hooks: goreleaser
51+
hooks: goreleaser,plugin-registry-update
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)