We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install
ci
1 parent 1e8db25 commit bfdf8c7Copy full SHA for bfdf8c7
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
registry-url: "https://registry.npmjs.org"
16
- - run: npm ci
+ - run: npm install
17
- run: npm publish --provenance --access public
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments