File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,17 @@ jobs:
12
12
with :
13
13
private-key : ${{ secrets.TOKENS_PRIVATE_KEY }}
14
14
app-id : ${{ secrets.TOKENS_APP_ID }}
15
- - uses : GoogleCloudPlatform /release-please-action@v3
15
+ - uses : google-github-actions /release-please-action@v3
16
16
id : release
17
17
with :
18
18
token : ${{ steps.get-token.outputs.token }}
19
- command : manifest
19
+ release-type : node
20
+ package-name : ' @netlify/next-runtime'
20
21
- uses : actions/checkout@v3
21
22
if : ${{ steps.release.outputs.release_created }}
22
23
- uses : actions/setup-node@v3
23
24
with :
24
- node-version : ' lts/ *'
25
+ node-version : ' *'
25
26
cache : ' npm'
26
27
check-latest : true
27
28
registry-url : ' https://registry.npmjs.org'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @netlify/next-runtime-minimal " ,
3
- "version" : " 0.0.1 " ,
2
+ "name" : " @netlify/next-runtime" ,
3
+ "version" : " 5. 0.0-alpha.0 " ,
4
4
"description" : " Run Next.js seamlessly on Netlify" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments