We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b71c8 commit e33292bCopy full SHA for e33292b
1 file changed
.github/workflows/npmpublish.yml
@@ -11,7 +11,6 @@ jobs:
11
with:
12
node-version: '18.x'
13
registry-url: 'https://registry.npmjs.org'
14
- - run: npm ci
15
- run: npm publish
16
env:
17
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments