Skip to content

Commit

Permalink
Update workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Jun 30, 2022
1 parent a3df881 commit 4816c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yaml
Expand Up @@ -6,7 +6,7 @@ on:
- prereleased

jobs:
call-publish-nuget:
call-publish-pypi:
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://test.pypi.org/legacy/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Expand Up @@ -6,7 +6,7 @@ on:
- released

jobs:
call-publish-nuget:
call-publish-pypi:
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://upload.pypi.org/legacy/
Expand Down

0 comments on commit 4816c2b

Please sign in to comment.