Skip to content

Commit

Permalink
Upgrade: Semantic Release
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 15, 2023
1 parent 6a8e2cb commit 0b22ff1
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
check-regexp: test.*|check.*|commit-check.*|lint.*
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: pnpm dlx semantic-release
- run: pnpm exec semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"peerDependencies": {
"@semantic-release/exec": "^6.0.3",
"semantic-release": "^19.0.5"
"semantic-release": "^21.0.7"
},
"dependencies": {
"@techor/extend": "workspace:^",
Expand Down
Loading

0 comments on commit 0b22ff1

Please sign in to comment.