Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 22, 2024
1 parent 269b58c commit 3afa43c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Setup git user
run: |
git config --global user.email "160784075+gw2treasures-release-bot[bot]@users.noreply.github.com"
git config --global user.name "gw2treasures-release-bot[bot]"
# - name: Setup git user
# run: |
# git config --global user.email "160784075+gw2treasures-release-bot[bot]@users.noreply.github.com"
# git config --global user.name "gw2treasures-release-bot[bot]"

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 3afa43c

Please sign in to comment.