diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58baa472b..2468fb6d0 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@v4.0.0 + uses: cycjimmy/semantic-release-action@v4.1.1 env: GH_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}