Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhunn committed Dec 2, 2022
1 parent 7845284 commit 38bf80c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
command: npm run publish

0 comments on commit 38bf80c

Please sign in to comment.