We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3574ae7 commit cbe773aCopy full SHA for cbe773a
.github/workflows/nightly-build.yml
@@ -94,6 +94,8 @@ jobs:
94
95
- name: Sync versions to repo and push tag
96
run: |
97
+ git config user.name "ds-ragbits-robot"
98
+ git config user.email "[email protected]"
99
git add packages/*/pyproject.toml
100
git commit -m "chore: update package versions for nightly build ${{ env.NIGHTLY_VERSION }}"
101
git tag "${{ env.NIGHTLY_VERSION }}"
0 commit comments