diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5094d5ceb..5dbbeb76a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Compute next release version id: compute-next-version - uses: nicolasfara/precompute-semantic-release-version-action@2.0.1 + uses: nicolasfara/precompute-semantic-release-version-action@2.0.2 with: github-token: ${{ github.token }} # - name: Setup Nodejs