Skip to content

Commit

Permalink
ci: fix config git with bot info (#4)
Browse files Browse the repository at this point in the history
* ci: configure git with bot info

* ci: fix config git with bot info
  • Loading branch information
EdouardDem authored Nov 20, 2023
1 parent 46d10fa commit 6c075ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- name: Configure Git
run: |
git config --global user.name "${{ secrets.CI_BOT_NAME }}"
git config --global user.email "${{ secrets.CI_BOT_EMAIL }}"
git config --global user.name "$CI_BOT_NAME"
git config --global user.email "$CI_BOT_EMAIL"
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 6c075ab

Please sign in to comment.