Skip to content

Commit 4985c85

Browse files
committed
🐛(CD): Fix workflow
1 parent 095896e commit 4985c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config --global user.name "JeremyDolle"
1818
git config --global user.email "[email protected]"
1919
npm version ${{ github.event.release.tag_name }}
20-
- run: npm ci --omit=dev --ignore-scripts
20+
- run: yarn ci --omit=dev --ignore-scripts
2121
- uses: JS-DevTools/npm-publish@v1
2222
with:
2323
token: ${{ secrets.NPM_TOKEN }}
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.name "JeremyDolle"
3838
git config --global user.email "[email protected]"
3939
npm version ${{ github.event.release.tag_name }}
40-
- run: npm ci --omit=dev --ignore-scripts
40+
- run: yarn ci --omit=dev --ignore-scripts
4141
- uses: JS-DevTools/npm-publish@v1
4242
with:
4343
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)