Skip to content

Commit

Permalink
change 30 days to 90 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt authored Sep 25, 2024
1 parent 845e65b commit 4573f00
Showing 1 changed file with 1 addition and 1 deletion.
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 4573f00

Please sign in to comment.