chore: dry-run

This commit is contained in:
Thomas Nordquist
2024-05-10 18:52:25 +02:00
parent 0e72329c77
commit 0100b2988a
2 changed files with 2 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
node-version: 18
- run: npm install -g yarn
- run: yarn
- run: npx semantic-release
- run: npx semantic-release -d
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build

View File

@@ -28,8 +28,7 @@
"package": "ts-node package.ts",
"ui-test": "./scripts/uiTests.sh",
"upload-video-artifacts": "./scripts/uploadVideoAsset.ts ui-test.mp4 ui-test.gif",
"package-with-docker": "./scripts/package-with-docker.sh",
"updateVersion": "semantic-release"
"package-with-docker": "./scripts/package-with-docker.sh"
},
"repository": {
"type": "git",