Skip to content

Commit cbbab71

Browse files
authored
INPYTHON-589 Fix release workflow (#294)
1 parent 63826e1 commit cbbab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pre-publish:
3535
environment: release
3636
runs-on: ubuntu-latest
37-
if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
37+
if: github.repository_owner == 'mongodb-labs' || github.event_name == 'workflow_dispatch'
3838
permissions:
3939
id-token: write
4040
contents: write

0 commit comments

Comments
 (0)