mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: increase timeout
This commit is contained in:
parent
a3c25294e3
commit
d8e73330ab
@ -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
.github/workflows/pre-release.yaml
vendored
1
.github/workflows/pre-release.yaml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
prerelease:
|
||||
name: changesets pre-release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user