Skip to content

Commit 14c3d5a

Browse files
Fix Publish dependency (#693)
1 parent d3652d0 commit 14c3d5a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
publish:
1616
runs-on: macos-latest
17+
needs: [package]
1718
steps:
1819
- name: Download Assembled Folder
1920
uses: actions/download-artifact@v4

.github/workflows/publish_preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
publish:
2525
runs-on: macos-latest
26+
needs: [package]
2627
steps:
2728
- name: Download Assembled Folder
2829
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)