Skip to content

Commit

Permalink
wip: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Jul 17, 2022
1 parent 39ca21d commit afe959f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts

- run: pnpm run release
- run: pnpm -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo
env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"scripts": {
"prepare": "husky install",
"test": "turbo run test",
"lint": "turbo run lint",
"release": "pnpm -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
"lint": "turbo run lint"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
Expand Down

0 comments on commit afe959f

Please sign in to comment.