We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484a802 commit 1a57a4dCopy full SHA for 1a57a4d
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
node-version: '20.x'
13
registry-url: 'https://registry.npmjs.org'
14
- - run: npm ci
+ - run: yarn install
15
- run: npm publish
16
env:
17
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments