Skip to content

Commit c2cfe19

Browse files
authored
Fix release workflow (#739)
1 parent 86e4cba commit c2cfe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666

6767
Release:
68-
needs: [ build_wheel, build_wheels_macos_arm ]
68+
needs: [ build_wheels, build_wheels_macos_arm ]
6969
if: success() && startsWith(github.ref, 'refs/tags/')
7070
runs-on: ubuntu-latest
7171

0 commit comments

Comments
 (0)