Skip to content

Commit 1b088ae

Browse files
authored
chore(workflow): update repo name
1 parent f027ed5 commit 1b088ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/QA.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
continuous-release:
7575
name: Continuous Release
76-
if: github.repository == 'nextui-org/nextui'
76+
if: github.repository == 'heroui-inc/heroui'
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Checkout branch
@@ -86,4 +86,4 @@ jobs:
8686
run: pnpm build
8787

8888
- name: Release
89-
run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'
89+
run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'

0 commit comments

Comments
 (0)