Skip to content

Commit

Permalink
fix: add wait
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Apr 4, 2022
1 parent 81030fc commit a34bfe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "dev"
TO_BRANCH: "master"
- name: Sleep for 15 seconds
uses: jakejarvis/wait-action@master
with:
time: "15s"
- name: Enable Automerge
run: gh pr merge "$PR_URL" --rebase --admin
env:
Expand Down

0 comments on commit a34bfe3

Please sign in to comment.