Skip to content

Commit f7147d1

Browse files
committed
fix(ci): publish commit identity
1 parent 46f8e4e commit f7147d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-it.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@ jobs:
3131
fetch-depth: 0
3232
token: ${{ secrets.RELEASE_TOKEN }}
3333

34-
- name: Configuring Git and NPM
35-
run: |
36-
git config --global user.name "Nils Bergmann"
37-
git config --global user.email "[email protected]"
38-
3934
- name: Release
4035
uses: juancarlosjr97/[email protected]
4136
with:
4237
github_token: ${{ secrets.RELEASE_TOKEN }}
4338
plugins_list: "@release-it/conventional-changelog,@j-ulrich/release-it-regex-bumper"
39+
git_email: "[email protected]"
40+
git_username: "Nils Bergmann"
4441

4542
- name: Publish package
4643
run: npx jsr publish

0 commit comments

Comments
 (0)