Skip to content

Commit

Permalink
chore: dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed May 10, 2024
1 parent 0e72329 commit 0100b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0100b29

Please sign in to comment.