We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3652d0 commit 14c3d5aCopy full SHA for 14c3d5a
2 files changed
.github/workflows/publish.yml
@@ -14,6 +14,7 @@ jobs:
14
15
publish:
16
runs-on: macos-latest
17
+ needs: [package]
18
steps:
19
- name: Download Assembled Folder
20
uses: actions/download-artifact@v4
.github/workflows/publish_preview.yml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
28
29
0 commit comments