Skip to content

Commit

Permalink
chore: enable release for mocks via release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Aug 23, 2023
1 parent 69fbca0 commit 10c56af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm run release
run: pnpm exec turbo deploy
2 changes: 1 addition & 1 deletion packages/obsidian-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "commonjs",
"scripts": {
"build": "tsc",
"deploy": "release-it -c release-it.js --ci --dry-run"
"deploy": "release-it -c release-it.js --ci"
},
"devDependencies": {
"@types/jest": "^29.5.3",
Expand Down

0 comments on commit 10c56af

Please sign in to comment.