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 09782c6 commit 7783341Copy full SHA for 7783341
.github/workflows/node.js.yml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm install && npm remove publish-please
27
+ env:
28
+ PUBLISH_PLEASE_DISABLE_PROMPT: true
29
- run: npm run test
30
- uses: coverallsapp/[email protected]
31
0 commit comments