diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fbcbcceebf70dc10552347f28341079c99d2f157..dcd5c7f2b247228ef5bb1f231827ea30b85afc85 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,14 +39,8 @@ jobs:
           go-version: 1.19
       - run: ./scripts/build-local.sh
       - uses: go-semantic-release/action@v1
-        id: semrel
         with:
-          hooks: goreleaser
+          hooks: goreleaser,plugin-registry-update
         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 != ''