Skip to content

Commit

Permalink
feat: use default git credentials for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Jun 17, 2024
1 parent 27f0e9d commit 398cec4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v4
- name: configure git
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- name: process input
run: |
VERSION=$(echo "${{ inputs.version }}" | sed -E "s/^v//g") # Ex: 1.2.3
Expand Down

0 comments on commit 398cec4

Please sign in to comment.