chore: dry-run
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: npx semantic-release
|
- run: npx semantic-release -d
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
|
|||||||
@@ -28,8 +28,7 @@
|
|||||||
"package": "ts-node package.ts",
|
"package": "ts-node package.ts",
|
||||||
"ui-test": "./scripts/uiTests.sh",
|
"ui-test": "./scripts/uiTests.sh",
|
||||||
"upload-video-artifacts": "./scripts/uploadVideoAsset.ts ui-test.mp4 ui-test.gif",
|
"upload-video-artifacts": "./scripts/uploadVideoAsset.ts ui-test.mp4 ui-test.gif",
|
||||||
"package-with-docker": "./scripts/package-with-docker.sh",
|
"package-with-docker": "./scripts/package-with-docker.sh"
|
||||||
"updateVersion": "semantic-release"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user