Skip to content

Commit

Permalink
chore: manual approval required in workflow last steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Jun 5, 2024
1 parent 656a65a commit d9576f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/desktop-app-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ jobs:
publish-changelog:
runs-on: ubuntu-latest
environment: prod
needs: [ publish-draft ]
if: needs.tag-validation.outputs.validator == 1
steps:
Expand All @@ -424,6 +425,7 @@ jobs:
invalidate-distribution:
runs-on: ubuntu-latest
environment: prod
needs: [ publish-changelog ]
if: needs.tag-validation.outputs.validator == 1
steps:
Expand All @@ -443,6 +445,7 @@ jobs:
publish-github-release:
runs-on: ubuntu-latest
environment: prod
needs: [ invalidate-distribution, tag-validation ]
if: needs.tag-validation.outputs.validator == 1
steps:
Expand Down

0 comments on commit d9576f5

Please sign in to comment.