Skip to content

Commit 09782c6

Browse files
authored
Update github workflow to remove publish-please
1 parent 0a70cb1 commit 09782c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: npm install
26+
- run: npm install && npm remove publish-please
2727
- run: npm run test
2828
- uses: coverallsapp/github-action@v1.1.1
2929
with:

0 commit comments

Comments
 (0)