-
Notifications
You must be signed in to change notification settings - Fork 223
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
Create workflow to auto-publish to NPM #210
Conversation
Updated! |
Co-authored-by: Justin Persaud <justinpersaud@gmail.com>
Updated node version! |
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.
minor thing but it's too :eye_twitch: to be NAB
Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com>
Updated |
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.
LGTM but we need to wait for the permissions update before merging
Permissions were already updated |
Nice, let's give this a go then |
Hmm maybe we missed some permission @justinpersaud? I'm seeing:
|
Might also check that the OS_BOTIFY_COMMIT_TOKEN is accessible in this repo |
This PR implements a GitHub workflow that automatically publishes a new version of the library to NPM every time a PR is merged to main.
Tests