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 095896e commit 4985c85Copy full SHA for 4985c85
.github/workflows/CD.yml
@@ -17,7 +17,7 @@ jobs:
17
git config --global user.name "JeremyDolle"
18
git config --global user.email "[email protected]"
19
npm version ${{ github.event.release.tag_name }}
20
- - run: npm ci --omit=dev --ignore-scripts
+ - run: yarn ci --omit=dev --ignore-scripts
21
- uses: JS-DevTools/npm-publish@v1
22
with:
23
token: ${{ secrets.NPM_TOKEN }}
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments