Skip to content

Commit c4de56b

Browse files
committed
fix(circle): revert back to running semantic-release through npx
1 parent f654512 commit c4de56b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .circleci/config.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ jobs:
6262
#- run: yarn test:build
6363

6464
- run: deno task build:npm
65-
#- run: yarn semantic-release
66-
- run: deno run -A npm:semantic-release
65+
66+
# - run: deno run -A npm:semantic-release
67+
- run: npm install -D @sebbo2002/semantic-release-jsr conventional-changelog-conventionalcommits
68+
- run: npx semantic-release

0 commit comments

Comments
 (0)