Orb dev release

Hi,
We have private orb configuration used in our CircleCI pipelines. Today I tried to make some changes and publish a new version, but the build is failed with the below error message:

The dev version of /<orb_name>@dev:alpha has expired. Dev versions of orbs are only valid for 90 days after publishing.

Could you support me how to create a new dev release or is there another solution to solve this issue?

Br,
Meraj

1 Like

The issue resolved using the below commands:

circleci orb pack .\src | circleci orb validate -

circleci orb pack .\src\ | circleci orb publish - NAMESPACE/ORB_NAME@dev:alpha
1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.