Skip to content

Commit f0620bf

Browse files
committed
Fix release
1 parent b9ccbc1 commit f0620bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2121

2222
- name: Check Version
23-
run: bash ./scripts/check_version.sh ${{ steps.get_version.outputs.VERSION }
23+
run: bash ./scripts/check_version.sh ${{ steps.get_version.outputs.VERSION }}
2424

2525
- name: Get the release notes
2626
id: get_release_notes

0 commit comments

Comments
 (0)