Orb version
7.2.0 and 7.3.0
What happened
The versions are missing from the orb registry. The latest published version is 7.1.1.
Additionally the last 2 releases are missing from GitHub releases.
The CircleCI pipeline failed with an error:
[9:55:24 AM] [semantic-release] › ✖ Failed step "publish" of plugin "semantic-release-circleci-orb"
[9:55:24 AM] [semantic-release] › ✖ An error occurred while running semantic-release: Error: Command failed: /home/circleci/circleci orb publish packed-orb.yml react-native-community/react-native@7.2.0 --token [secure]
Error: AUTHORIZATION_FAILURE
Looks like the token is incorrect. A long time has passed since the last time the orb was published and I'm suspecting the token has been removed due to the CircleCI security incident back in December 2022 / January 2023.
This probably requires manually (re-)running the CI steps to publish the orb and create the GH releases.
Expected behavior
I'd like to use version 7.2.0, which makes the detox setup optional, in our project.
Orb version
7.2.0and7.3.0What happened
The versions are missing from the orb registry. The latest published version is
7.1.1.Additionally the last 2 releases are missing from GitHub releases.
The CircleCI pipeline failed with an error:
Looks like the
tokenis incorrect. A long time has passed since the last time the orb was published and I'm suspecting the token has been removed due to the CircleCI security incident back in December 2022 / January 2023.This probably requires manually (re-)running the CI steps to publish the orb and create the GH releases.
Expected behavior
I'd like to use version
7.2.0, which makes the detox setup optional, in our project.