We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e878d commit 69edcd9Copy full SHA for 69edcd9
.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@v7
+ uses: actions/github-script@v8
44
with:
45
script: |
46
core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])
0 commit comments