Skip to content

Commit

Permalink
chore: update user.emails for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeuque74 authored Sep 20, 2024
1 parent 7b5257b commit 4882fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Tag
run: |
git config user.name "GitHub action"
git config user.email "action@users.noreply.github.com"
git config user.email "actions@users.noreply.github.com"
npm run release
git push --follow-tags origin master
- name: version
Expand All @@ -39,4 +39,4 @@ jobs:
tag_name: ${{ steps.version.outputs.version }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 4882fbd

Please sign in to comment.