We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1319073 commit 852ab74Copy full SHA for 852ab74
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
git config --local user.name 'Blueprint CI'
28
git checkout -b "$BRANCH"
29
git push -u origin "$BRANCH"
30
- sed -i "s/VERSION=\"rolling\" #;/VERSION=\"${REF_NAME}\" #;/" blueprint.sh
+ sed -i "s/VERSION=\"rolling\"/VERSION=\"${REF_NAME}\"/" blueprint.sh
31
git add blueprint.sh
32
git commit -m 'ci(release): bump version'
33
git push
.github/workflows/ci.yaml .github/workflows/tests.yaml.github/workflows/ci.yaml renamed to .github/workflows/tests.yaml
0 commit comments