We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f027ed5 commit 1b088aeCopy full SHA for 1b088ae
.github/workflows/QA.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
continuous-release:
75
name: Continuous Release
76
- if: github.repository == 'nextui-org/nextui'
+ if: github.repository == 'heroui-inc/heroui'
77
runs-on: ubuntu-latest
78
steps:
79
- name: Checkout branch
@@ -86,4 +86,4 @@ jobs:
86
run: pnpm build
87
88
- name: Release
89
- run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'
+ run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'
0 commit comments