Skip to content

Commit

Permalink
--verbose not -vv
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 10, 2023
1 parent ae297bf commit 3731bea
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,7 @@ jobs:
fetch-depth: 0
- name: Install Dependencies
shell: bash
run: npm ci -vv
- name: Bump Version (dry-run only)
shell: bash
run: |
git checkout main
git config --global user.email '${{ env.CIEMAIL }}'
git config --global user.name 'Neon CI'
git branch -a
npm version patch -m 'dryrun'
git branch -a
git status
run: npm ci --verbose
- name: Build
uses: neon-actions/[email protected]
with:
Expand Down

0 comments on commit 3731bea

Please sign in to comment.