Skip to content

Commit

Permalink
fix(release): Add back the sleep 10 before publish (#1497)
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Whitacre <chadwhitacre@sentry.io>
  • Loading branch information
BYK and chadwhitacre authored Nov 17, 2020
1 parent aa58f56 commit cefc0a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
version: ${{ env.RELEASE_VERSION }}
env:
DRY_RUN: ${{ github.event.inputs.dry_run }}
# Wait until the builds start. Craft should do this automatically
# but it is broken now.
- run: sleep 10
- uses: getsentry/craft@master
with:
action: publish
Expand Down

0 comments on commit cefc0a9

Please sign in to comment.