Skip to content

Commit 638e0be

Browse files
authored
Merge pull request #11 from monkeyman192/pipeline_fix
Fix pipeline again...
2 parents 91e56a8 + 2ae86dd commit 638e0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- build_test
4949
runs-on: ubuntu-latest
5050
outputs:
51-
should_release_pypi: ${{ steps.whether_to_release.outputs.should_release_pypi}}
52-
should_release_test_pypi: ${{ steps.whether_to_release.outputs.should_release_pypi_test}}
51+
should_release_pypi: ${{ steps.whether_to_release_pypi.outputs.should_release_pypi}}
52+
should_release_test_pypi: ${{ steps.whether_to_release_test_pypi.outputs.should_release_pypi_test}}
5353
permissions:
5454
id-token: write # IMPORTANT: this permission is required to write to github envs
5555
steps:

0 commit comments

Comments
 (0)