Skip to content

Commit 00916e2

Browse files
authored
disable publish please from workflow
1 parent 3a5b031 commit 00916e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26+
- name: Set PUBLISH_PLEASE_DISABLE_PROMPT
27+
run: echo "PUBLISH_PLEASE_DISABLE_PROMPT=true" >> $GITHUB_ENV
2628
- run: npm install && npm remove publish-please
27-
env:
28-
PUBLISH_PLEASE_DISABLE_PROMPT: true
2929
- run: npm run test
3030
- uses: coverallsapp/github-action@v1.1.1
3131
with:

0 commit comments

Comments
 (0)