Skip to content

v2.0.1

Due by October 31, 2024 0% complete

This will be a hot-fix release where we aim to recover from some of the issues that went wrong with the publishing jobs during the v2.0.0 release.
The root cause of most of the problems is that we've been moved to a new GitHub org which then rendered a lot of the publishing workflows/jobs invalid due them hard-coding the GitHub org as hyperledger instead …

This will be a hot-fix release where we aim to recover from some of the issues that went wrong with the publishing jobs during the v2.0.0 release.
The root cause of most of the problems is that we've been moved to a new GitHub org which then rendered a lot of the publishing workflows/jobs invalid due them hard-coding the GitHub org as hyperledger instead of using the context variable github.repository_owner [1] [2]

[1] https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context
[2] https://stackoverflow.com/a/70709545/698470

Loading