Skip to content

Commit

Permalink
Add create-release step to build-app needs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Aug 22, 2021
1 parent 03d2952 commit 5e1cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notion-repackaged.yml
Expand Up @@ -105,7 +105,7 @@ jobs:

build-app:
name: Build app
needs: [make-vanilla-sources, make-enhanced-sources, preload-variables]
needs: [make-vanilla-sources, make-enhanced-sources, preload-variables, create-release]
runs-on: ${{ matrix.os }}
env:
NOTION_VERSION: ${{ needs.preload-variables.outputs.notion_version }}
Expand Down

0 comments on commit 5e1cd67

Please sign in to comment.