Skip to content

Commit 3f0ad49

Browse files
authored
Update release.yaml
1 parent da074f9 commit 3f0ad49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: git tag
3131
run: |
32-
git config --global user.email "martin.kim@scverse.org"
32+
git config --global user.email "ori.kronfeld@scverse.org"
3333
git config --global user.name "scvi-tools release"
3434
git tag -m "${{ inputs.tag }}" "${{ inputs.tag }}"
3535
git push --tags

0 commit comments

Comments
 (0)