Skip to content

Commit

Permalink
Set git config
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Oct 25, 2023
1 parent b346015 commit 32c4446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
git push
- name: Git Tag
run: |
git config --global user.name 'VA Automation Bot'
git config --global user.email '[email protected]'
TAG=${{ steps.bump-version.outputs.GIT_TAG }}
echo $TAG
git tag -a $TAG -m $TAG
Expand Down

0 comments on commit 32c4446

Please sign in to comment.