Skip to content

Commit

Permalink
chore(cd): fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
goraxe committed Dec 30, 2023
1 parent 4ada935 commit f42b0cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run semantic-release
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"ava": "^6.0.0",
"clear-module": "^4.0.0",
"codecov": "^3.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"file-url": "^4.0.0",
"fs-extra": "^11.0.0",
"get-stream": "^5.0.0",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f42b0cb

Please sign in to comment.