Skip to content

Commit c010e98

Browse files
feat: trigger registry update
1 parent 384e943 commit c010e98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ jobs:
3939
go-version: 1.19
4040
- run: ./scripts/build-local.sh
4141
- uses: go-semantic-release/action@v1
42+
id: semrel
4243
with:
4344
hooks: goreleaser
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
- run: |
48+
curl -SL https://get-release.xyz/go-semantic-release/plugin-registry/linux/amd64 -o ./plugin-registry-updater && chmod +x ./plugin-registry-updater
49+
./plugin-registry-updater -p changelog-generator-default -v ${{ steps.semrel.outputs.version }}
50+
env:
51+
PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
52+
if: steps.semrel.outputs.version != ''

0 commit comments

Comments
 (0)