Skip to content

Commit c06dc64

Browse files
committed
fixup: wrong env in deployment workflow
1 parent ea8c78f commit c06dc64

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
secrets:
1010
name: Secrets
11-
environment: dockerhub-torrust
11+
environment: crates-io-torrust
1212
runs-on: ubuntu-latest
1313

1414
outputs:
@@ -51,7 +51,6 @@ jobs:
5151
name: Publish
5252
environment: crates-io-torrust
5353
needs: test
54-
if: needs.secrets.outputs.continue == 'true'
5554
runs-on: ubuntu-latest
5655

5756
steps:

0 commit comments

Comments
 (0)