We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934d5b8 commit 7b754fdCopy full SHA for 7b754fd
.github/workflows/release.yaml
@@ -47,7 +47,7 @@ jobs:
47
# "HUSKY=0" disables pre-commit-msg check (Needed in order to allow semantic-release perform the release commit)
48
run: |
49
npm config set provenance true
50
- HUSKY=0 npx semantic-release
+ HUSKY=0 npx semantic-release --debug
51
env:
52
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
53
# npm token not needed got trusted publishing
0 commit comments