From 6e68cec29ea4665200bae89e551fa21086a9bf59 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Mon, 2 Oct 2023 08:50:03 -0700 Subject: [PATCH] Remove an unnecessary check from the CI workflow --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8d1f2e..368ab58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,8 +282,7 @@ jobs: --attach 'artifacts/docuum-aarch64-pc-windows-msvc.exe' \ "v$VERSION_TO_PUBLISH" echo "Created release v$VERSION_TO_PUBLISH." - - if: ${{ env.VERSION_TO_PUBLISH != null }} - uses: stepchowfun/toast/.github/actions/toast@main + - uses: stepchowfun/toast/.github/actions/toast@main with: tasks: publish docker_repo: stephanmisc/toast