Skip to content

Commit 2bf174f

Browse files
committed
test version
1 parent 041d50d commit 2bf174f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
filter: blob:none
3232

3333
- name: Build project
34+
shell: bash
3435
run: |
36+
echo "check what shell i'm in--$0"
37+
echo $0
3538
chown -R $(whoami):$(whoami) .
3639
make
3740
mkdir -p dist
@@ -42,6 +45,8 @@ jobs:
4245
if: ${{ inputs.release_type != '' }}
4346
run: |
4447
VERSION=$(make version)
48+
echo "the next release version is--${VERSION}"
49+
echo "cleaned is--${VERSION#[^0-9]}"
4550
echo "tag_name=${VERSION#[^0-9]}" >> $GITHUB_OUTPUT
4651
4752
- name: Upload artifacts

0 commit comments

Comments
 (0)