Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Jan 22, 2024
1 parent d7aef9a commit 3e1ce14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

coordinator-image:
uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main
needs: [frontend-build] # django-test,
needs: [frontend-build, integration-tests, check-versions]
secrets: inherit
with:
semver: ${{ needs.check-versions.outputs.semver }}
Expand All @@ -76,7 +76,7 @@ jobs:
semver: ${{ needs.check-versions.outputs.semver }}

release:
needs: [check-versions, coordinator-image, client-image, android-build]
needs: [check-versions, integration-tests, coordinator-image, selfhosted-client-image, web-client-image, android-build]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3e1ce14

Please sign in to comment.