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.
2 parents 6c5a119 + cc6ac2a commit b411ad7Copy full SHA for b411ad7
1 file changed
.github/workflows/build-and-publish.yaml
@@ -10,9 +10,17 @@ on:
10
- Patch
11
- Minor
12
- Major
13
-jobs:
+jobs:
14
+ approve-publish:
15
+ name: Approve publish
16
+ runs-on: ubuntu-latest
17
+ environment: sdk-publish-approval
18
+ steps:
19
+ - run: echo "Publish approved"
20
+
21
build-and-publish:
22
name: Build and publish iOS release
23
+ needs: approve-publish
24
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-ios-version.yaml@v3
25
with:
26
release_type: ${{ inputs.release_type }}
0 commit comments