Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Oct 8, 2023
1 parent 642208a commit fe695e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

create-gh-release:
runs-on: ubuntu-latest
needs: [publish-ui-dist, publish-docker-images ]
needs: [publish-ui-dist, publish-docker-images]
steps:
- name: Create Zip for Win UI Release Artifact
uses: papeloto/action-zip@v1
Expand All @@ -90,6 +90,7 @@ jobs:
publish-gh-pages:
name: Publish GH Pages
runs-on: ubuntu-latest
needs: [create-gh-release]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fe695e0

Please sign in to comment.