Skip to content

Commit 5e1faee

Browse files
committed
fixe: add changelog
1 parent 39a7f50 commit 5e1faee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-package.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ jobs:
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GIT_ACTION }}
7272
run: |
73-
git config --local user.email "[email protected]"
74-
git config --local user.name "Sanqi"
75-
git commit -a -m "Feat: update changelog"
73+
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
74+
git config --local user.name "${GITHUB_ACTOR}"
7675
git push origin main
7776
git tag v${{ steps.package-version.outputs.version }}
7877
git push origin v${{ steps.package-version.outputs.version }}

0 commit comments

Comments
 (0)