From 1743ed90f2b08c64404acb846a95a961d6498a45 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Wed, 27 Sep 2023 17:14:34 -0500 Subject: [PATCH] ops: correct ship name for live deploy --- .github/workflows/deploy-live.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index f9a738b1..d4d3f719 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -9,7 +9,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - name: "Release to ~lander-dister-dozzod-dozzod (livenet)" + name: "Release to ~mister-dister-dozzod-dozzod (livenet)" steps: - uses: actions/checkout@v3 - id: 'auth'