Skip to content

Commit 7e2c546

Browse files
authored
Update npm-publish.yml
1 parent 5f2e2be commit 7e2c546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '12.x'
1717
registry-url: 'https://www.npmjs.com/'
18-
- run: npm install
18+
#- run: npm install
1919
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)