Skip to content

Commit cbe773a

Browse files
committed
chore: nightly build missing user info
1 parent 3574ae7 commit cbe773a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
9595
- name: Sync versions to repo and push tag
9696
run: |
97+
git config user.name "ds-ragbits-robot"
98+
git config user.email "[email protected]"
9799
git add packages/*/pyproject.toml
98100
git commit -m "chore: update package versions for nightly build ${{ env.NIGHTLY_VERSION }}"
99101
git tag "${{ env.NIGHTLY_VERSION }}"

0 commit comments

Comments
 (0)