mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Merge pull request #3835 from aoneill01/fix/semantic-release
ci: use a specific version of semantic-release
This commit is contained in:
commit
8d39d5e7e9
3 changed files with 58 additions and 237 deletions
|
@ -30,6 +30,7 @@ jobs:
|
|||
- run: npm test
|
||||
- run: npm run build
|
||||
- deploy_gh_pages
|
||||
- run: npx --no -- semantic-release --dry-run
|
||||
build_and_release:
|
||||
executor:
|
||||
name: node/default
|
||||
|
@ -40,7 +41,7 @@ jobs:
|
|||
- run: npm test
|
||||
- run: npm run build
|
||||
- deploy_gh_pages
|
||||
- run: npx semantic-release
|
||||
- run: npx --no -- semantic-release
|
||||
update_i18n:
|
||||
executor:
|
||||
name: node/default
|
||||
|
|
291
package-lock.json
generated
291
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -96,6 +96,7 @@
|
|||
"scratch-storage": "2.0.2",
|
||||
"scratch-svg-renderer": "0.2.0-prerelease.20210727023023",
|
||||
"script-loader": "0.7.2",
|
||||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
"tap": "16.2.0",
|
||||
"tiny-worker": "2.3.0",
|
||||
|
|
Loading…
Reference in a new issue