Skip to content

Commit ffd94e6

Browse files
committed
fix: debugging semantic-release error
1 parent 2453096 commit ffd94e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
cache: npm
1919
- run: npm ci
20-
- run: npx semantic-release
20+
- run: npx semantic-release --debug
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
2323
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)