We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fdbdc commit ed74224Copy full SHA for ed74224
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
node-version: "16.x"
14
registry-url: "https://registry.npmjs.org"
15
- - run: npm ci
+ - run: yarn install --immutable --immutable-cache --check-cache
16
- run: npm publish
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments