Skip to content

Commit

Permalink
oops wrong position for needs value
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Dec 5, 2023
1 parent 2da5084 commit 93054ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ jobs:
secrets: inherit

release_repo:
needs: release_vars
runs-on: ubuntu-latest, chainweb-node-dockerhub
needs:
- release_vars
- chainweb-node-dockerhub
runs-on: ubuntu-latest
env:
IMAGE: ${{ needs.release_vars.outputs.IMAGE }}
SHORT_REVISION: ${{ needs.release_vars.outputs.SHORT_REVISION }}
Expand Down

0 comments on commit 93054ed

Please sign in to comment.