1 parent 041d50d commit 125b7c9Copy full SHA for 125b7c9
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
if: ${{ inputs.release_type != '' }}
43
run: |
44
VERSION=$(make version)
45
+ echo "the next release version is--${VERSION}"
46
echo "tag_name=${VERSION#[^0-9]}" >> $GITHUB_OUTPUT
47
48
- name: Upload artifacts
0 commit comments