diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e9aaff..82b1c89 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: # For the orb-tools-orb it must call itself within the first workflow, # meaning this dev version will need to be published every 90 days. # No other orbs will need to import themselves here. - orb-tools-alpha: circleci/orb-tools@dev:alpha + orb-tools-alpha: circleci/orb-tools@12.1.0 shellcheck: circleci/shellcheck@3.1 filters: &filters diff --git a/src/scripts/publish.sh b/src/scripts/publish.sh index 2c59c36..829b4b3 100644 --- a/src/scripts/publish.sh +++ b/src/scripts/publish.sh @@ -47,7 +47,7 @@ function publishDevOrbs() { publishOrb "$PROCESSED_TAG" done { - printf "Your development orb(s) have been published. It will expire in 30 days.\n" + printf "Your development orb(s) have been published. It will expire in 90 days.\n" printf "You can preview what this will look like on the CircleCI Orb Registry at the following link(s): \n" printf "%s\n" "${ORB_REG_LINKS[@]}" } >/tmp/orb_dev_kit/publishing_message.txt