Skip to content

Commit

Permalink
chore: update action debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 29, 2023
1 parent df49762 commit 851e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm install -g @semantic-release/changelog @semantic-release/git semantic-release && semantic-release && echo release success
run: npm install -g @semantic-release/changelog @semantic-release/git semantic-release && semantic-release --debug && echo release success

0 comments on commit 851e774

Please sign in to comment.