Skip to content

Commit b411ad7

Browse files
authored
Merge pull request #92 from IABTechLab/swi-UID2-7002-sdk-publish-gate
UID2-7002 Add approve-publish step
2 parents 6c5a119 + cc6ac2a commit b411ad7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ on:
1010
- Patch
1111
- Minor
1212
- Major
13-
jobs:
13+
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+
1421
build-and-publish:
1522
name: Build and publish iOS release
23+
needs: approve-publish
1624
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-ios-version.yaml@v3
1725
with:
1826
release_type: ${{ inputs.release_type }}

0 commit comments

Comments
 (0)