Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Nov 11, 2020
1 parent 443b524 commit 6472f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: git config --global user.name GitHub Action CI
- run: git config --global user.email [email protected]
- run: git config --global user.name "GitHub Action CI"
- run: git config --global user.email "[email protected]"
- run: npm install
- run: npm run release -- patch --ci
env:
Expand Down

0 comments on commit 6472f25

Please sign in to comment.