We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c010e98 commit d25008dCopy full SHA for d25008d
.github/workflows/ci.yml
@@ -39,14 +39,8 @@ jobs:
39
go-version: 1.19
40
- run: ./scripts/build-local.sh
41
- uses: go-semantic-release/action@v1
42
- id: semrel
43
with:
44
- hooks: goreleaser
+ hooks: goreleaser,plugin-registry-update
45
env:
46
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