We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277f89f commit 5bf5cd2Copy full SHA for 5bf5cd2
1 file changed
.github/workflows/publish.yml
@@ -97,10 +97,9 @@ jobs:
97
uses: ./.github/actions/setup-node-npm
98
with:
99
node-version: ${{ env.NODE_VERSION }}
100
- registry-url: 'https://registry.npmjs.org'
101
102
- name: Install dependencies
103
- run: npm ci
+ run: npm i
104
105
- name: Publish release to NPM
106
run: npm publish --provenance --tag ${{ needs.configure.outputs.vtag }} ${{ needs.configure.outputs.dry-run }}
0 commit comments