Skip to content

Commit d25008d

Browse files
fix: use hooks-plugin-registry-update
1 parent c010e98 commit d25008d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,8 @@ jobs:
3939
go-version: 1.19
4040
- run: ./scripts/build-local.sh
4141
- uses: go-semantic-release/action@v1
42-
id: semrel
4342
with:
44-
hooks: goreleaser
43+
hooks: goreleaser,plugin-registry-update
4544
env:
4645
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:
5146
PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
52-
if: steps.semrel.outputs.version != ''

0 commit comments

Comments
 (0)