File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ 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 : GoogleCloudPlatform/release-please-action@v2
1616 id : release
1717 with :
1818 token : ${{ steps.get-token.outputs.token }}
1919 release-type : node
20- package-name : " gatsby-plugin-netlify"
20+ package-name : ' gatsby-plugin-netlify'
2121 - uses : actions/checkout@v2
2222 if : ${{ steps.release.outputs.release_created }}
2323 - uses : actions/setup-node@v2
2424 with :
25- node-version : " * "
26- cache : " npm"
25+ node-version : ' * '
26+ cache : ' npm'
2727 check-latest : true
28- registry-url : " https://registry.npmjs.org"
28+ registry-url : ' https://registry.npmjs.org'
2929 if : ${{ steps.release.outputs.release_created }}
3030 - run : npm publish
3131 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:
1119711197 integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
1119811198
1119911199webpack-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 ==
1120311203 dependencies:
1120411204 chalk "^4.0"
1120511205 deepmerge "^4.0"
You can’t perform that action at this time.
0 commit comments