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 14c35f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
needs: check-versions
with:
semver: ${{ needs.check-versions.outputs.semver }}
token: ${{ secrets.PERSONAL_TOKEN }}

coordinator-image:
uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main
Expand Down Expand Up @@ -76,7 +77,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 14c35f4

Please sign in to comment.