Skip to content

Commit

Permalink
pain
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhunn committed Dec 2, 2022
1 parent 38bf80c commit 671d9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
node-version: 14
- name: install dependencies
run: npm install
- name: publish
- name: publish
uses: nick-fields/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
timeout_seconds: 30
max_attempts: 3
command: npm run publish

0 comments on commit 671d9de

Please sign in to comment.