Skip to content

Commit

Permalink
Fix typo on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 4, 2024
1 parent ac9a6d5 commit 417fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
publish-to-testpypi:
name: Publish Python distribution to TestPyPI
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'reproducible-reporting'}}
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'theochem'}}
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 417fdf9

Please sign in to comment.