You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to further automate the publishing of new safe-deployments versions to NPM. One of the prerequisites would be to create releases on GitHub.
The expected outcome is a GitHub dispatch_workflow action that:
Bumps the NPM version to be x.y.(z + 1) from the current version
Builds a new package tarball with something like npm pack
Creates a new GitHub release with automatially generated notes (gh release create --generate-notes can be used here) with the NPM tarball uploaded as an asset
The text was updated successfully, but these errors were encountered:
We want to further automate the publishing of new
safe-deployments
versions to NPM. One of the prerequisites would be to create releases on GitHub.The expected outcome is a GitHub
dispatch_workflow
action that:x.y.(z + 1)
from the current versionnpm pack
gh release create --generate-notes
can be used here) with the NPM tarball uploaded as an assetThe text was updated successfully, but these errors were encountered: