Skip to content

Commit 0fd9075

Browse files
authored
Merge pull request #393 from opsmill/wvd-20250505-trigger-repo-dispatch-after-pypi
ci: trigger repository-dispatch after publishing package to pypi
2 parents 795980a + 585c140 commit 0fd9075

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
version: ${{ github.ref_name }}
9090

9191
repository-dispatch:
92-
needs: check_release
92+
needs:
93+
- check_release
94+
- publish-pypi
9395
uses: ./.github/workflows/repository-dispatch.yml
9496
secrets: inherit
9597
with:

0 commit comments

Comments
 (0)