File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ 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 : GoogleCloudPlatform/release-please-action@v2
16
16
id : release
17
17
with :
18
18
token : ${{ steps.get-token.outputs.token }}
19
19
release-type : node
20
- package-name : " gatsby-plugin-netlify"
20
+ package-name : ' gatsby-plugin-netlify'
21
21
- uses : actions/checkout@v2
22
22
if : ${{ steps.release.outputs.release_created }}
23
23
- uses : actions/setup-node@v2
24
24
with :
25
- node-version : " * "
26
- cache : " npm"
25
+ node-version : ' * '
26
+ cache : ' npm'
27
27
check-latest : true
28
- registry-url : " https://registry.npmjs.org"
28
+ registry-url : ' https://registry.npmjs.org'
29
29
if : ${{ steps.release.outputs.release_created }}
30
30
- run : npm publish
31
31
if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change @@ -11197,9 +11197,9 @@ webidl-conversions@^6.1.0:
11197
11197
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
11198
11198
11199
11199
webpack-assets-manifest@^5.0.6:
11200
- version "5.0.6 "
11201
- resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.0.6. tgz#1fe7baf9b57f2d28ff09fcaef3d678cc15912b88 "
11202
- integrity sha512-CW94ylPHurZTmxnYajSFA8763Cv/QFIKNgBwqBLaIOnBjH1EbDUAf8Eq1/i+o8qaKyKXJ3aX7r4/jtpXD88ldg ==
11200
+ version "5.1.0 "
11201
+ resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.1.0. tgz#5af328f6c8fa760cb9a62af631a83da2b478b791 "
11202
+ integrity sha512-kPuTMEjBrqZQVJ5M6yXNBCEdFbQQn7p+loNXt8NOeDFaAbsNFWqqwR0YL1mfG5LbwhK5FLXWXpuK3GuIIZ46rg ==
11203
11203
dependencies:
11204
11204
chalk "^4.0"
11205
11205
deepmerge "^4.0"
You can’t perform that action at this time.
0 commit comments