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 8fe3e96 commit 128ef53Copy full SHA for 128ef53
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -19,7 +19,6 @@ jobs:
19
with:
20
node-version: 14
21
registry-url: https://npm.pkg.github.com/
22
- - run: npm ci
23
- run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
@@ -36,8 +35,7 @@ jobs:
36
35
node-version: '14.x'
37
registry-url: 'https://registry.npmjs.org'
38
scope: '@modifiedcommand'
39
- - run: yarn
40
- run: yarn publish
41
42
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
43
0 commit comments