From 154de4147cbe8115187b7e810e15bca5d39a85a0 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 20 Nov 2022 19:39:41 -0800 Subject: [PATCH] Bump retry version and remove shell --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e395a19c..f4d53a2ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Publish releases env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.8.2 with: timeout_minutes: 30 max_attempts: 3 @@ -37,4 +37,3 @@ jobs: npm run build npm exec electron-builder -- --publish always --win --mac --linux on_retry_command: npm cache clean --force - shell: cmd