Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 8, 2023
1 parent 9da7693 commit 1643268
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
schedule:
- cron: "0 0 */2 * *"
jobs:
publish:
if: github.repository_owner.login == 'react18-tools'
doc:
if: github.event.repository.owner.login == 'react18-tools'
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish:
if: github.repository_owner.login == 'react18-tools'
if: github.event.repository.owner.login == 'react18-tools'
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.7"
}
}
3 changes: 3 additions & 0 deletions lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
"nextjs13",
"nextjs-themes",
"nextjs13-themes",
"tailwind",
"tailwindcss",
"tailwindcss-support",
"react",
"react18",
"react18-tools",
Expand Down

0 comments on commit 1643268

Please sign in to comment.