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 fee34dc commit 42ff8fdCopy full SHA for 42ff8fd
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: 12
20
registry-url: https://registry.npmjs.org/
21
- - run: npm ci
+ - run: npm ci --verbose
22
- run: git config --global user.name "GitHub CD bot"
23
- run: git config --global user.email "[email protected]"
24
- run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}
0 commit comments