We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d8fd3 commit af13055Copy full SHA for af13055
.github/workflows/tag.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Get the version
17
id: version
18
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
19
shell: bash
20
21
- uses: apexskier/github-semver-parse@v1
0 commit comments