diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdbbd85..3471132 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Major version tag id: major-version if: ${{ steps.version.outputs.new_tag }} != "" - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])