Skip to content

Commit 2179269

Browse files
committed
Fix release job's condition
1 parent f7aa24d commit 2179269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
name: Release
234234
runs-on: ubuntu-latest
235235
needs: [py-release-tests, py-release-sdist]
236-
if: github.event.name == 'workflow_dispatch'
236+
if: github.event_name == 'workflow_dispatch'
237237
permissions:
238238
id-token: write
239239
environment: release

0 commit comments

Comments
 (0)