Skip to content

Commit 128ef53

Browse files
authored
Update npm-publish-github-packages.yml
1 parent 8fe3e96 commit 128ef53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm-publish-github-packages.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-version: 14
2121
registry-url: https://npm.pkg.github.com/
22-
- run: npm ci
2322
- run: npm publish
2423
env:
2524
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
@@ -36,8 +35,7 @@ jobs:
3635
node-version: '14.x'
3736
registry-url: 'https://registry.npmjs.org'
3837
scope: '@modifiedcommand'
39-
- run: yarn
4038
- run: yarn publish
4139
env:
42-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
4341

0 commit comments

Comments
 (0)