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 384e943 commit c010e98Copy full SHA for c010e98
.github/workflows/ci.yml
@@ -39,7 +39,14 @@ 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
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