Skip to content

Commit 4606758

Browse files
update gw
1 parent f13e668 commit 4606758

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
- name: get tag
2020
id: get_tag
2121
run: |
22-
echo "${string//[^0-9]/}"
23-
tag=${{ github.ref_name }}
24-
echo "tag: ${tag//[^0-9]/}"
25-
echo "tag=$tag" >> $GITHUB_OUTPUT
26-
fi
22+
tag=${{ github.ref_name }}
23+
echo "tag: ${tag//[^0-9]/}"
24+
echo "tag=$tag" >> $GITHUB_OUTPUT
2725
- name: print
2826
run: |
2927
echo "${{ steps.get_tag.outputs.tag }}"

0 commit comments

Comments
 (0)