diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e104ee510d8d5b219253b14ab4da5216462d3725..a8c527a72d42d9352e1429a5ff3ade530fe10c1c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
           go-version: 1.19
       - uses: go-semantic-release/action@v1
         with:
-          hooks: goreleaser
+          hooks: goreleaser,plugin-registry-update
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}