File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,27 @@ jobs:
16
16
id : release
17
17
with :
18
18
token : ${{ steps.get-token.outputs.token }}
19
- release-type : node
20
- package-name : ' @netlify/plugin-nextjs'
19
+ command : manifest
21
20
- uses : actions/checkout@v2
22
- if : ${{ steps.release.outputs.release_created }}
21
+ if : ${{ steps.release.outputs.releases_created }}
23
22
- uses : actions/setup-node@v2
24
23
with :
25
24
node-version : ' *'
26
25
cache : ' npm'
27
26
check-latest : true
28
27
registry-url : ' https://registry.npmjs.org'
29
- if : ${{ steps.release.outputs.release_created }}
28
+ if : ${{ steps.release.outputs.releases_created }}
30
29
- name : Install dependencies
31
30
run : npm ci
32
- if : ${{ steps.release.outputs.release_created }}
31
+ working-directory : plugin
32
+ if : ${{ steps.release.outputs.releases_created }}
33
33
- run : npm publish
34
- if : ${{ steps.release.outputs.release_created }}
34
+ working-directory : plugin
35
+ if : ${{ steps.release.outputs.releases_created }}
35
36
env :
36
37
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
37
38
- uses : netlify/submit-build-plugin-action@v1
38
- if : ${{ steps.release.outputs.release_created }}
39
+ if : ${{ steps.release.outputs.releases_created }}
39
40
with :
40
41
github-token : ${{ steps.get-token.outputs.token }}
42
+ package-json-dir : plugin
Original file line number Diff line number Diff line change
1
+ {
2
+ "plugin" : " 4.3.2"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bootstrap-sha" : " 62a4ce414f5b02f539902f88dd4b548df5cfa8ef" ,
3
+ "packages" : {
4
+ "plugin" : {}
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments