Skip to content

Commit 5e1cd67

Browse files
committed
Add create-release step to build-app needs
1 parent 03d2952 commit 5e1cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notion-repackaged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
build-app:
107107
name: Build app
108-
needs: [make-vanilla-sources, make-enhanced-sources, preload-variables]
108+
needs: [make-vanilla-sources, make-enhanced-sources, preload-variables, create-release]
109109
runs-on: ${{ matrix.os }}
110110
env:
111111
NOTION_VERSION: ${{ needs.preload-variables.outputs.notion_version }}

0 commit comments

Comments
 (0)