Skip to content

Commit e5d2deb

Browse files
chore(CI): enable debugging for semantic-release pt. 3
1 parent 3ffdd60 commit e5d2deb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ jobs:
5858
- name: Build CLI
5959
run: npm run build:cli
6060
- name: Release to NPM
61-
run: DEBUG=semantic-release:* && npx [email protected]
61+
env:
62+
DEBUG: semantic-release:*
63+

0 commit comments

Comments
 (0)