Skip to content

Commit

Permalink
fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Murray committed Aug 7, 2021
1 parent a47942d commit 56727bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 15
registry-url: https://registry.npmjs.org/
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Paul Murray"
- run: git config --global user.name "plmrry"
- run: npm version patch
- run: git push
- run: git push --tags
Expand Down

0 comments on commit 56727bb

Please sign in to comment.