Skip to content

Commit 17373cf

Browse files
committed
fix(ci): set git user after checkout
1 parent bd464d1 commit 17373cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
outputs:
1818
releasePlease: ${{ toJSON(steps.releasePlease.outputs) }}
1919
steps:
20+
- uses: actions/checkout@v6
2021
- name: setup git user
2122
run: |
2223
git config user.name "${{ github.actor }}"
2324
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
24-
- uses: actions/checkout@v6
2525
- uses: google-github-actions/release-please-action@v4
2626
name: Release Please
2727
if: github.ref_name == 'main'

0 commit comments

Comments
 (0)