Skip to content

Commit

Permalink
fix: timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivfranco committed Jun 22, 2024
1 parent 9501c33 commit 37f32c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: yarn --frozen-lockfile
- name: build
run: yarn build
- name: Release to Github
- name: Release to Github and NPM
uses: cycjimmy/[email protected]
with:
branches: |
Expand All @@ -44,9 +44,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
timeout-minutes: 10
permissions:
contents: write
packages: write
issues: write
pull-requests: write
timeout-minutes: 10

0 comments on commit 37f32c8

Please sign in to comment.