Skip to content

Commit

Permalink
Merge pull request #240 from CircleCI-Public/pr/238
Browse files Browse the repository at this point in the history
Pull request comment has incorrect information and pin config.yml orb with the latest version
  • Loading branch information
david-montano-circleci authored Oct 8, 2024
2 parents 845e65b + 9696948 commit 7f45847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

filters: &filters
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f45847

Please sign in to comment.