Skip to content

Commit f109d5c

Browse files
committed
ci: fixed typo
1 parent 39a7988 commit f109d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
deploy-release:
134134
if: "!github.event.release.prerelease"
135135
runs-on: ubuntu-20.04
136-
needs: [compute-build-info, build-and-publish-docker-image]
136+
needs: [compute-build-info]
137137
env:
138138
DEPLOY: ${{ secrets.MAINNET_DEPLOY }}
139139
steps:

0 commit comments

Comments
 (0)