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 cb0d156 commit 85f92d8Copy full SHA for 85f92d8
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -31,6 +31,6 @@ jobs:
31
node-version: 20
32
registry-url: https://npm.pkg.github.com/
33
- run: cd templates/nextjs && yarn install --frozen-lockfile
34
- - run: cd templates/nextjs && yarn publish
+ - run: cd templates/nextjs && npm publish
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments