We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e3008 commit ead46e2Copy full SHA for ead46e2
.github/workflows/release-canary.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: '20.x'
17
registry-url: 'https://registry.npmjs.org'
18
- - run: npm ci
+ - run: npm install
19
- run: npm publish --provenance --access=public --tag=canary
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments