-
Notifications
You must be signed in to change notification settings - Fork 283
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
ci(cmd-api-server): auto-publishing installs old npm packages #1951
Comments
you can assign this to me @petermetz |
just a clarification @petermetz the automated workflow for npm publishing will be triggered upon push right? |
Thank you @johnhomantaring , assigned it just now. |
@johnhomantaring No it gets triggered by the tagging (step 4 explained in the parent issue) |
Adds a GitHub workflow yaml file that executes the publish script. This workflow only gets triggered when a git tag has been created that starts with the letter v (as in version). Fixes hyperledger-cacti#1951 Fixes hyperledger-cacti#2054 Fixes hyperledger-cacti#2175 Signed-off-by: Peter Somogyvari <[email protected]>
Adds a GitHub workflow yaml file that executes the publish script. This workflow only gets triggered when a git tag has been created that starts with the letter v (as in version). Fixes hyperledger-cacti#1951 Fixes hyperledger-cacti#2054 Fixes hyperledger-cacti#2175 Signed-off-by: Peter Somogyvari <[email protected]>
Adds a GitHub workflow yaml file that executes the publish script. This workflow only gets triggered when a git tag has been created that starts with the letter v (as in version). Fixes hyperledger-cacti#1951 Fixes hyperledger-cacti#2054 Fixes hyperledger-cacti#2175 Signed-off-by: Peter Somogyvari <[email protected]>
Adds a GitHub workflow yaml file that executes the publish script. This workflow only gets triggered when a git tag has been created that starts with the letter v (as in version). Fixes #1951 Fixes #2054 Fixes #2175 Signed-off-by: Peter Somogyvari <[email protected]>
Re-opening until we can fix the release automation issues. |
A second attempt at fixing the release automation. The missing piece was that some of the Indy SDK dependencies were not installed by default and we forgot to run the ci.sh script to take care of that within this workflow action. With this fix now we have an additional step in the action which takes care of installing the OS level build dependencies for the project. Fixes hyperledger-cacti#1951 Fixes hyperledger-cacti#2069 Fixes hyperledger-cacti#2175 Signed-off-by: Peter Somogyvari <[email protected]>
A second attempt at fixing the release automation. The missing piece was that some of the Indy SDK dependencies were not installed by default and we forgot to run the ci.sh script to take care of that within this workflow action. With this fix now we have an additional step in the action which takes care of installing the OS level build dependencies for the project. Fixes #1951 Fixes #2069 Fixes #2175 Signed-off-by: Peter Somogyvari <[email protected]>
Re-opening AGAIN until we can fix the release automation issues. |
This is a prerequisite for atomic release issuance: #451
Summary
The order of publishing for the 1.0.0 for example happened this way:
Solution
The text was updated successfully, but these errors were encountered: