Skip to content

Commit

Permalink
feat: trigger registry update
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Feb 2, 2023
1 parent 384e943 commit c010e98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ jobs:
go-version: 1.19
- run: ./scripts/build-local.sh
- uses: go-semantic-release/action@v1
id: semrel
with:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
curl -SL https://get-release.xyz/go-semantic-release/plugin-registry/linux/amd64 -o ./plugin-registry-updater && chmod +x ./plugin-registry-updater
./plugin-registry-updater -p changelog-generator-default -v ${{ steps.semrel.outputs.version }}
env:
PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
if: steps.semrel.outputs.version != ''

0 comments on commit c010e98

Please sign in to comment.