Skip to content

Commit 10ab99a

Browse files
dutifulbobosolmaz
authored andcommitted
fix(release): bump release-it to v19, remove DEBUG workaround
v19 uses {} instead of null for Octokit log option, fixing the 'Cannot read properties of null (reading debug)' crash. DEBUG/NODE_DEBUG workaround no longer needed.
1 parent 6a36db7 commit 10ab99a

3 files changed

Lines changed: 1865 additions & 5211 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
3434
- run: npm run lint
3535
- run: npm run release:ci -- --increment ${{ inputs.increment }}
3636
env:
37-
DEBUG: release-it:config
3837
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
NODE_DEBUG: release-it:config

0 commit comments

Comments
 (0)