We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c0983 commit cb62f29Copy full SHA for cb62f29
.github/workflows/release-solution-to-prod-with-spn-auth.yml
@@ -114,7 +114,7 @@ jobs:
114
publish-changes: true
115
116
release-to-staging:
117
- needs: [ convert-to-managed ]
+ needs: [ release-to-sit ]
118
runs-on: windows-latest
119
env:
120
RUNNER_DEBUG: 1
@@ -140,12 +140,13 @@ jobs:
140
force-overwrite: true
141
142
143
-
144
release-to-prod:
145
+ needs: [ release-to-staging ]
146
+ approvers: artagameaba
147
148
149
+ environment: prod
150
151
steps:
152
- uses: actions/checkout@v2
0 commit comments