mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Bump retry version and remove shell
This commit is contained in:
parent
4215e0e1f1
commit
154de4147c
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Publish releases
|
- name: Publish releases
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
uses: nick-invision/retry@v2.4.0
|
uses: nick-invision/retry@v2.8.2
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 30
|
timeout_minutes: 30
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@ -37,4 +37,3 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
npm exec electron-builder -- --publish always --win --mac --linux
|
npm exec electron-builder -- --publish always --win --mac --linux
|
||||||
on_retry_command: npm cache clean --force
|
on_retry_command: npm cache clean --force
|
||||||
shell: cmd
|
|
||||||
|
Loading…
Reference in New Issue
Block a user