Skip to content

Commit

Permalink
Fix needs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus authored Jun 21, 2023
1 parent 9884e06 commit d6f74b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
# Deploy to the test servers
deploy:
needs: [ pre-deployment ]
needs: [ compute-tag, pre-deployment ]
uses: ./.github/workflows/deploy.yml
with:
docker-tag: ${{ needs.compute-tag.outputs.tag }}
Expand Down

0 comments on commit d6f74b1

Please sign in to comment.