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 c4c05d0 commit 7966b1aCopy full SHA for 7966b1a
.github/workflows/publish-npm.yml
@@ -29,7 +29,7 @@ on:
29
install-command:
30
description: 'Command to install dependencies'
31
required: false
32
- default: 'npm install'
+ default: 'npm ci'
33
type: string
34
environment:
35
description: 'GitHub environment to use for deployment'
@@ -69,4 +69,4 @@ jobs:
69
npm publish --access ${{ inputs.access }}
70
fi
71
env:
72
- NODE_AUTH_TOKEN: ${{ secrets.npm-token }}
+ NODE_AUTH_TOKEN: ${{ secrets.npm-token }}
0 commit comments