Skip to content

Commit 3ffdd60

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)