Skip to content

Commit 852ab74

Browse files
committed
ci: fix release ci
1 parent 1319073 commit 852ab74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --local user.name 'Blueprint CI'
2828
git checkout -b "$BRANCH"
2929
git push -u origin "$BRANCH"
30-
sed -i "s/VERSION=\"rolling\" #;/VERSION=\"${REF_NAME}\" #;/" blueprint.sh
30+
sed -i "s/VERSION=\"rolling\"/VERSION=\"${REF_NAME}\"/" blueprint.sh
3131
git add blueprint.sh
3232
git commit -m 'ci(release): bump version'
3333
git push

0 commit comments

Comments
 (0)