From 7cd89b3959738115085e7be38f890427f06febed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Vassb=C3=B8?= Date: Fri, 28 Jun 2024 14:31:42 +0200 Subject: [PATCH] Wait to publish arm64 --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c14a98c0..25dd97bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}