Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Dec 1, 2024
1 parent a3c2529 commit d8e7333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/soft-gorillas-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@nextui-org/react": patch
---

Fix double 'use client' tag in core/react
Fix double 'use client' tag in core/react.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
prerelease:
name: changesets pre-release
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit d8e7333

Please sign in to comment.