Skip to content

Commit 8ea0607

Browse files
feat: add hooks-plugin-registry-update
1 parent 9991fa8 commit 8ea0607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- run: ./scripts/build-local.sh
3636
- uses: go-semantic-release/action@v1
3737
with:
38-
hooks: goreleaser
38+
hooks: goreleaser,plugin-registry-update
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)