Skip to content

Commit fc58db8

Browse files
committed
test version
1 parent 041d50d commit fc58db8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Build project
3434
run: |
35+
echo "check what shell i'm in--$0"
36+
echo $0
3537
chown -R $(whoami):$(whoami) .
3638
make
3739
mkdir -p dist
@@ -42,6 +44,8 @@ jobs:
4244
if: ${{ inputs.release_type != '' }}
4345
run: |
4446
VERSION=$(make version)
47+
echo "the next release version is--${VERSION}"
48+
echo "cleaned is--${VERSION#[^0-9]}"
4549
echo "tag_name=${VERSION#[^0-9]}" >> $GITHUB_OUTPUT
4650
4751
- name: Upload artifacts

0 commit comments

Comments
 (0)