Skip to content

Commit 7b754fd

Browse files
authored
chore(ci-cd): temporary to check logs
Added --debug flag to semantic-release command for troubleshooting.
1 parent 934d5b8 commit 7b754fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# "HUSKY=0" disables pre-commit-msg check (Needed in order to allow semantic-release perform the release commit)
4848
run: |
4949
npm config set provenance true
50-
HUSKY=0 npx semantic-release
50+
HUSKY=0 npx semantic-release --debug
5151
env:
5252
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
5353
# npm token not needed got trusted publishing

0 commit comments

Comments
 (0)