Skip to content

Commit

Permalink
Configure git details again
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Sep 27, 2024
1 parent ac1326e commit d865933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
token: ${{ steps.generate_token.outputs.token }}
submodules: true
# - name: Configure git details
# run: |
# git config user.name "github-actions[bot]"
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Configure git details
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: "scripts/release.py ${{ github.event.inputs.version }}"

0 comments on commit d865933

Please sign in to comment.