From c06dc64cd26ad3feb6698c4589fa17c535bb1231 Mon Sep 17 00:00:00 2001 From: Cameron Garnham Date: Wed, 13 Sep 2023 12:05:07 +0200 Subject: [PATCH] fixup: wrong env in deployment workflow --- .github/workflows/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index e3b042fd..43bfe478 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -8,7 +8,7 @@ on: jobs: secrets: name: Secrets - environment: dockerhub-torrust + environment: crates-io-torrust runs-on: ubuntu-latest outputs: @@ -51,7 +51,6 @@ jobs: name: Publish environment: crates-io-torrust needs: test - if: needs.secrets.outputs.continue == 'true' runs-on: ubuntu-latest steps: