Skip to content

Commit

Permalink
Wait to publish arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Jun 28, 2024
1 parent 6d5ff9a commit 7cd89b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
- name: Install dependencies
run: npm install

# wait because this will only publish if the draft exists
- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

- name: Build and release app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7cd89b3

Please sign in to comment.