Skip to content

Commit

Permalink
fix(workflow): Set up git user
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Jul 24, 2024
1 parent 4e80a0a commit cdf056d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: Update package version to latest tag
run: |
# Set up git user
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
npm version from-git --allowSameVersion
git push --follow-tags
Expand Down

0 comments on commit cdf056d

Please sign in to comment.