Replies: 1 comment 4 replies
-
The current github plugin is set to only deploy to npm on "tag", not on push/commit. I.e. you need to create a tag/release, and then it will run the publish step to npm. Also, in this case, you don't need to manually update the version in your package.json as you do in your previous step, as the plugin will automatically set the version to whatever your tag name is. The relevant step of the github action is:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sorry last question -- I tried to use the GA plugin to send to npm and it didn't seem like anything happened. I didn't see an update in npm
Here's my github actions script
Here's the results
Beta Was this translation helpful? Give feedback.
All reactions