Skip to content

Commit b012e67

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)