diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 549f17634..70834c9cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: # Release the next version - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v3.4.2 + uses: cycjimmy/semantic-release-action@v4.0.0 env: GH_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}