-
Notifications
You must be signed in to change notification settings - Fork 7
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
Convert from travis to GitHub actions #284
Conversation
.github/workflows/publish.yml
Outdated
node-version: '18.19.1' | ||
registry-url: 'https://registry.npmjs.org' | ||
- run: yarn setup | ||
- run: ./scripts/publish.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets discuss whether we really need a separate publish.sh or should we do a more standard workflow like:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will work. I just need to pass in the new version or yarn publish
will try to bump it.
This PR makes the following changes:
travis.yml
workflows/test.yml
workflows/publish.yml
cli.ts
ref: #282