We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ccbc1 commit f0620bfCopy full SHA for f0620bf
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
21
22
- name: Check Version
23
- run: bash ./scripts/check_version.sh ${{ steps.get_version.outputs.VERSION }
+ run: bash ./scripts/check_version.sh ${{ steps.get_version.outputs.VERSION }}
24
25
- name: Get the release notes
26
id: get_release_notes
0 commit comments