Skip to content

Commit

Permalink
ci: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Feb 6, 2020
1 parent 9c2cebe commit f2b92a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,10 @@ jobs:
PUBLISH_COMMAND: "npm\npublish"
CODE_PATTERN: 'Enter OTP'

- name: Setup Git User
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Tag Release
run: yarn run tag

0 comments on commit f2b92a4

Please sign in to comment.