Skip to content

Commit d865933

Browse files
committed
Configure git details again
1 parent ac1326e commit d865933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
token: ${{ steps.generate_token.outputs.token }}
2525
submodules: true
26-
# - name: Configure git details
27-
# run: |
28-
# git config user.name "github-actions[bot]"
29-
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26+
- name: Configure git details
27+
run: |
28+
git config user.name "github-actions[bot]"
29+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3030
- run: "scripts/release.py ${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)