Skip to content

Commit

Permalink
fixed bump-version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed May 16, 2022
1 parent e56fae6 commit 2083409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Configure user
run: |
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
- name: Bump the version
run: npm version ${{ github.event.inputs.type }}
- name: Push commit
Expand Down

0 comments on commit 2083409

Please sign in to comment.