-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix hubConfigured for GitHub Actions #393
Conversation
@uetchy Hi there, |
|
Is it possible to publish this PR as an npm module? EDIT: |
btw EDIT: EDIT: - run: |
git clone https://github.com/algolia/shipjs
cd shipjs
git checkout fix/gh-action
cd packages/shipjs
yarn install
yarn global add file:$PWD
echo "::add-path::$HOME/.yarn/bin"
- run: |
shipjs prepare |
Thanks for the test 🚀 |
closes #316