Skip to content

Commit 0eb7ae0

Browse files
committed
trigger publish
1 parent 752b77f commit 0eb7ae0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
# Don't run just after creating repo from template
1212
# Also avoid running after merging set-up PR
13-
if: github.run_number > 2 && github.event.repository.owner.login == 'react18-tools'
13+
if: github.event.repository.owner.login == 'react18-tools'
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: write

lib/fork-me/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"GitHub",
7171
"nextjs",
7272
"nextjs13",
73+
"nextjs14",
7374
"react",
7475
"react18",
7576
"react-server-components",

0 commit comments

Comments
 (0)