Skip to content

Commit

Permalink
19690: Fixes bug in release workflow (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebwherry authored Mar 14, 2024
1 parent 963ba19 commit 13cd2fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
if-no-files-found: error

release:
needs:
- metadata
needs: ["metadata", "build"]
if: inputs.build-type == 'release'
environment:
name: pypi
Expand Down

0 comments on commit 13cd2fa

Please sign in to comment.