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 752b77f commit 0eb7ae0Copy full SHA for 0eb7ae0
2 files changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
publish:
11
# Don't run just after creating repo from template
12
# Also avoid running after merging set-up PR
13
- if: github.run_number > 2 && github.event.repository.owner.login == 'react18-tools'
+ if: github.event.repository.owner.login == 'react18-tools'
14
runs-on: ubuntu-latest
15
permissions:
16
contents: write
lib/fork-me/package.json
@@ -70,6 +70,7 @@
70
"GitHub",
71
"nextjs",
72
"nextjs13",
73
+ "nextjs14",
74
"react",
75
"react18",
76
"react-server-components",
0 commit comments