From d8e73330abc8f3615117f630b900d19ac50da424 Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Sun, 1 Dec 2024 10:51:39 -0300 Subject: [PATCH] chore: increase timeout --- .changeset/soft-gorillas-push.md | 2 +- .github/workflows/pre-release.yaml | 1 + .github/workflows/release.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/soft-gorillas-push.md b/.changeset/soft-gorillas-push.md index 52e47221bf..4148cc27c4 100644 --- a/.changeset/soft-gorillas-push.md +++ b/.changeset/soft-gorillas-push.md @@ -2,4 +2,4 @@ "@nextui-org/react": patch --- -Fix double 'use client' tag in core/react +Fix double 'use client' tag in core/react. diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 78839925b4..729f055cd5 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -14,6 +14,7 @@ jobs: prerelease: name: changesets pre-release runs-on: ubuntu-latest + timeout-minutes: 30 permissions: contents: write pull-requests: write diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a3f7ebc98..576ffe1288 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + timeout-minutes: 30 steps: - name: Checkout branch uses: actions/checkout@v4