Skip to content

Commit 40116ee

Browse files
authored
Merge pull request #31 from IABTechLab/swi-UID2-7002-sdk-publish-gate
UID2-7002 Add approve-publish step
2 parents cc96cc0 + 1cb2a52 commit 40116ee

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ name: Release
33
on: [workflow_dispatch]
44

55
jobs:
6+
approve-publish:
7+
name: Approve publish
8+
runs-on: ubuntu-latest
9+
environment: sdk-publish-approval
10+
steps:
11+
- run: echo "Publish approved"
12+
613
build:
14+
needs: approve-publish
715
runs-on: ubuntu-22.04
816
steps:
917
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)