Skip to content

Commit

Permalink
fixup: wrong env in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Sep 13, 2023
1 parent ea8c78f commit c06dc64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
secrets:
name: Secrets
environment: dockerhub-torrust
environment: crates-io-torrust
runs-on: ubuntu-latest

outputs:
Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:
name: Publish
environment: crates-io-torrust
needs: test
if: needs.secrets.outputs.continue == 'true'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c06dc64

Please sign in to comment.