Skip to content

Commit

Permalink
Adds a sleep to try to give CI time to rest
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Jun 2, 2021
1 parent 2bf343c commit e5076c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release/01-release-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ while read line; do
COMMIT_MESSAGE="$COMMIT_MESSAGE| \`$IDENT\` | \`$VERSION\` |$NL"
UPDATE_ARGUMENTS+=(--include "$IDENT")

sleep 4
yarn workspace "$IDENT" pack --dry-run
done <<< "$RELEASE_DETAILS"

echo
sleep 4

# Regenerate the local versions for the elements that get released
yarn workspaces foreach \
Expand Down

0 comments on commit e5076c1

Please sign in to comment.