Skip to content

Commit 42ff8fd

Browse files
committed
replace 'yarn' by 'npm' - next attempt
1 parent fee34dc commit 42ff8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 12
2020
registry-url: https://registry.npmjs.org/
21-
- run: npm ci
21+
- run: npm ci --verbose
2222
- run: git config --global user.name "GitHub CD bot"
2323
- run: git config --global user.email "github-cd-bot@github.com"
2424
- run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)