Skip to content

Commit

Permalink
ci: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meziaris authored and irmannmal committed Dec 7, 2021
1 parent 39a7988 commit 7be1635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
deploy-release:
if: "!github.event.release.prerelease"
runs-on: ubuntu-20.04
needs: [compute-build-info, build-and-publish-docker-image]
needs: [compute-build-info]
env:
DEPLOY: ${{ secrets.MAINNET_DEPLOY }}
steps:
Expand Down

0 comments on commit 7be1635

Please sign in to comment.