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 8219825 commit ef8bb70Copy full SHA for ef8bb70
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
}
36
- env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- run: pnpm release-it --verbose
+ run: NODE_DEBUG=re* pnpm release-it --verbose
39
- if: always()
40
name: Recreate branch protection on main
41
uses: actions/[email protected]
0 commit comments