diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb3f01c..48e1e48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - name: Gets semantic release info id: semantic_release_info - uses: jossef/action-semantic-release-info@v2.1.0 + uses: jossef/action-semantic-release-info@v3.0.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Update Version and Commit