-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: publish to OSSHR repository #188
Conversation
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
….24...v1.4.0-beta.1) (2024-08-02) ### Features * add a beta branch and rust-init installer to the release flow ([dc8fd38](dc8fd38)) Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
…o 1.9.2 version Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
….0-beta.1...v1.4.0-beta.2) (2024-08-05) ### Features * add --info to the CI ([b85edb7](b85edb7)) * rollback oss.sonatype url and upgrade a gradle-release-plugin to 1.9.2 version ([23e5be8](23e5be8)) Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
….0-beta.3...v1.4.0-beta.4) (2024-08-06) ### Features * publish update ([2e1ee7d](2e1ee7d)) * update the publishing info ([31f0161](31f0161)) Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
# Conflicts: # CHANGELOG.md # Package.swift # build.gradle.kts # gradle.properties
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Code Coverage
|
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io> Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org> Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
@@ -42,6 +42,7 @@ jobs: | |||
|
|||
- name: "Install Java ${{ env.JAVA_VERSION }}" | |||
uses: actions/setup-java@v4 | |||
continue-on-error: true |
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.
wait
why this?
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.
Thanks for asking.
For some reason, the release flow fails at the Post Install Task
For instance, here: https://github.com/hyperledger/identus-apollo/actions/runs/10279883067
The entire release fails even if the packages are published and the chore
commit is pushed.
I could not find a solution for this now except to add continue-on-error
to the Post Install Java 17
task.
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.
#189 for tracking
🎉 This issue has been resolved in version 1.4.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
…4.2](v1.4.1...v1.4.2) (2024-08-07) ### Bug Fixes * publish to OSSHR repository ([#188](#188)) ([8f98b5a](8f98b5a)) Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Description:
In this PR, the build file was fixed to add the metadata to the pom.xml files and publish these packages to the OSSHR repository.
Despite removing the
if
statement and filtering the project that should be published, the number of packages is the same. Refer to the previous publication and the new publication of the beta versionChecklist: