Skip to content

Commit ead46e2

Browse files
committed
Slight modification to canary release
1 parent 93e3008 commit ead46e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
- run: npm ci
18+
- run: npm install
1919
- run: npm publish --provenance --access=public --tag=canary
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)