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.
2 parents 5b52679 + 7343e73 commit 4e8698aCopy full SHA for 4e8698a
.github/workflows/npm_deploy.yml
@@ -24,11 +24,10 @@ jobs:
24
node-version: "lts/*"
25
registry-url: "https://registry.npmjs.org"
26
- name: Install dependencies
27
- run: npm ci
+ run: yarn install --frozen-lockfile
28
- name: Publish to NPM and Create GitHub Release
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33
run: |
34
npx -p semantic-release \
0 commit comments