Skip to content

Commit bfdf8c7

Browse files
committed
Use npm install instead of ci
1 parent 1e8db25 commit bfdf8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
registry-url: "https://registry.npmjs.org"
16-
- run: npm ci
16+
- run: npm install
1717
- run: npm publish --provenance --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)