mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
ci: use a specific version of semantic-release
This commit is contained in:
parent
cdf31584e2
commit
d0b112b56e
3 changed files with 126 additions and 404 deletions
|
@ -48,6 +48,7 @@ jobs:
|
||||||
- *build
|
- *build
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test/results
|
path: test/results
|
||||||
|
- run: npx --no -- semantic-release --dry-run
|
||||||
build-test-deploy:
|
build-test-deploy:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
@ -59,7 +60,7 @@ jobs:
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test/results
|
path: test/results
|
||||||
- *deploy-gh-pages
|
- *deploy-gh-pages
|
||||||
- run: npx semantic-release
|
- run: npx --no -- semantic-release
|
||||||
push-translations:
|
push-translations:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
|
526
package-lock.json
generated
526
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -98,6 +98,7 @@
|
||||||
"scratch-l10n": "3.15.20221027032119",
|
"scratch-l10n": "3.15.20221027032119",
|
||||||
"scratch-render-fonts": "1.0.0-prerelease.20221024190656",
|
"scratch-render-fonts": "1.0.0-prerelease.20221024190656",
|
||||||
"scratch-semantic-release-config": "1.0.5",
|
"scratch-semantic-release-config": "1.0.5",
|
||||||
|
"semantic-release": "19.0.5",
|
||||||
"style-loader": "1.3.0",
|
"style-loader": "1.3.0",
|
||||||
"svg-url-loader": "3.0.3",
|
"svg-url-loader": "3.0.3",
|
||||||
"tap": "14.11.0",
|
"tap": "14.11.0",
|
||||||
|
|
Loading…
Reference in a new issue