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 b26676b commit c1d2146Copy full SHA for c1d2146
.github/workflows/deploy-release.yml
@@ -57,7 +57,7 @@ jobs:
57
git commit -m "chore: update BOOTSTRAP_VERSION to ${BOOTSTRAP_VERSION}"
58
git remote set-url --push origin "https://keyman-server:${GITHUB_TOKEN}@github.com/keymanapp/$repo.git"
59
git push -u origin update-bootstrap-version
60
- gh pr create --title "chore: update BOOTSTRAP_VERSION to ${BOOTSTRAP_VERSION}" --body "This PR updates the BOOTSTRAP_VERSION in build.sh to ${BOOTSTRAP_VERSION}." --repo "${PWD##*/}"
+ gh pr create --title "chore: update BOOTSTRAP_VERSION to ${BOOTSTRAP_VERSION}" --body "This PR updates the BOOTSTRAP_VERSION in build.sh to ${BOOTSTRAP_VERSION}." --repo "keymanapp/${PWD##*/}"
61
fi
62
cd ..
63
done
0 commit comments