Skip to content

Commit d7401f4

Browse files
update gw
1 parent 3f80a2c commit d7401f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
tag=${{ github.ref_name }}
2323
echo "tag: ${tag//[^0-9]/}"
24-
echo "tag=$tag" >> $GITHUB_OUTPUT
24+
echo "tag=${tag//[^0-9]/}" >> $GITHUB_OUTPUT
2525
- name: print
2626
run: |
2727
echo "${{ steps.get_tag.outputs.tag }}"

0 commit comments

Comments
 (0)