diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07ce60e..aea1911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Major version tag id: major-version if: ${{ (steps.dist.outputs.changed == 'true') && (steps.version.outputs.new_tag != '') }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])