Skip to content

Commit e6299da

Browse files
chore(CI): Enable debug in semantic-release
1 parent 2a9d070 commit e6299da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: npm run build
4242
if: steps.dist.outputs.cache-hit != 'true'
4343
- name: Release to NPM
44-
run: cd packages/module && npx [email protected]
44+
run: cd packages/module && npx [email protected] --debug

packages/module/release.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ module.exports = {
1818
'@semantic-release/npm'
1919
],
2020
tagFormat: 'prerelease-v${version}',
21-
dryRun: true,
22-
debug: true
21+
dryRun: true
2322
};

0 commit comments

Comments
 (0)