We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724cefc + cb4cfdb commit 3dc5edeCopy full SHA for 3dc5ede
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Major version tag
41
id: major-version
42
if: ${{ (steps.dist.outputs.changed == 'true') && (steps.version.outputs.new_tag != '') }}
43
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
44
with:
45
script: |
46
core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])
0 commit comments