File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,16 +12,17 @@ jobs:
1212 with :
1313 private-key : ${{ secrets.TOKENS_PRIVATE_KEY }}
1414 app-id : ${{ secrets.TOKENS_APP_ID }}
15- - uses : GoogleCloudPlatform /release-please-action@v3
15+ - uses : google-github-actions /release-please-action@v3
1616 id : release
1717 with :
1818 token : ${{ steps.get-token.outputs.token }}
19- command : manifest
19+ release-type : node
20+ package-name : ' @netlify/next-runtime'
2021 - uses : actions/checkout@v3
2122 if : ${{ steps.release.outputs.release_created }}
2223 - uses : actions/setup-node@v3
2324 with :
24- node-version : ' lts/ *'
25+ node-version : ' *'
2526 cache : ' npm'
2627 check-latest : true
2728 registry-url : ' https://registry.npmjs.org'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "name" : " @netlify/next-runtime-minimal " ,
3- "version" : " 0.0.1 " ,
2+ "name" : " @netlify/next-runtime" ,
3+ "version" : " 5. 0.0-alpha.0 " ,
44 "description" : " Run Next.js seamlessly on Netlify" ,
55 "main" : " ./dist/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments