Skip to content

Commit a7ff67e

Browse files
committed
Fix typo
1 parent 99a0ded commit a7ff67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
publish-to-testpypi:
123123
name: Publish Python distribution to TestPyPI
124-
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'reproducible-reporting'}}
124+
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'molmod'}}
125125
needs:
126126
- build
127127
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)