Skip to content

Commit

Permalink
fix(ci): publish commit identity
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed May 30, 2024
1 parent 46f8e4e commit f7147d1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ jobs:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}

- name: Configuring Git and NPM
run: |
git config --global user.name "Nils Bergmann"
git config --global user.email "[email protected]"
- name: Release
uses: juancarlosjr97/[email protected]
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
plugins_list: "@release-it/conventional-changelog,@j-ulrich/release-it-regex-bumper"
git_email: "[email protected]"
git_username: "Nils Bergmann"

- name: Publish package
run: npx jsr publish

0 comments on commit f7147d1

Please sign in to comment.