From d77aefb92d3e9924a22c1bf047b0d92d51cdef95 Mon Sep 17 00:00:00 2001 From: Kelvin Fichter Date: Mon, 27 Mar 2023 16:09:53 -0400 Subject: [PATCH] fix(ci): error in release workflow file Fixes a small bug in the release workflow file. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc8970cb6d1c..69d6bb594c70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -365,7 +365,7 @@ jobs: push: true tags: ethereumoptimism/wd-mon:${{ needs.release.outputs.wd-mon }},ethereumoptimism/wd-mon:latest - drippie-mon: + balance-mon: name: Publish Balance Monitor Version ${{ needs.release.outputs.balance-mon }} needs: release if: needs.release.outputs.balance-mon != ''