Skip to content

Commit c80ad07

Browse files
committed
add dependency on jvm for mac/windows publishing
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 780109a commit c80ad07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,19 @@ jobs:
4545
release_mac:
4646
runs-on: macos-latest
4747
environment: release
48+
needs: release_android_jvm_linux_js
4849
steps:
4950
- name: Check out repo
5051
uses: actions/checkout@v2
51-
- name: Verify macOS
52-
run: gradle macosX64Test
5352
- name: Publish macOS/tvOS/iOS
5453
run: gradle publishMacosX64PublicationToNexusRepository publishIosX64PublicationToNexusRepository publishTvosX64PublicationToNexusRepository
5554
release_windows:
5655
runs-on: windows-latest
5756
environment: release
57+
needs: release_android_jvm_linux_js
5858
steps:
5959
- name: Check out repo
6060
uses: actions/checkout@v2
61-
- name: Verify windows
62-
run: gradle mingwX64Test
6361
- name: Publish windows
6462
run: gradle publishMingwX64PublicationToNexusRepository
6563
release_docs:

0 commit comments

Comments
 (0)