Skip to content

Commit 401fece

Browse files
committed
fix: autofill base again again again again again again again again again again again
1 parent b012e67 commit 401fece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: |
1919
BRANCH=$(echo ${GITHUB_REF} | sed -e 's/refs\/heads\///')
2020
if [[ $BRANCH == ver/* ]]; then
21-
VER=$(echo $BRANCH | sed 's|ver/||') echo ${VER} > VER
21+
VER=$(echo $BRANCH | sed 's|ver/||')
22+
echo ${VER} > VER
2223
fi
2324
2425
- name: Setup Node.js

0 commit comments

Comments
 (0)