release.yml: Remove `npm ci`
This command [was suggested](https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry) in the github docs, but not in our release steps.
This commit is contained in:
parent
cb616e27cb
commit
ce307556fb
|
@ -17,7 +17,6 @@ jobs:
|
|||
with:
|
||||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm ci
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOEKN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue