Skip to content

Commit

Permalink
bot
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 12, 2024
1 parent 48a991b commit d289040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: yarn install --frozen-lockfile
- name: Setup git
run: |
git config --global user.email "cloud[email protected]"
git config --global user.name "cloud-sdk-js"
git config --global user.email "bot[email protected]"
git config --global user.name "bot-sdk-js"
- name: Bump version
id: bump
uses: ./.github/actions/changesets-fixed-version-bump
Expand Down

0 comments on commit d289040

Please sign in to comment.