Skip to content

Commit e51643f

Browse files
authored
Merge pull request #139 from IABTechLab/swi-UID2-7002-sdk-publish-gate
UID2-7002 Add approve-publish step
2 parents 9de084d + 8c73e03 commit e51643f

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
@@ -14,7 +14,15 @@ on:
1414
type: string
1515

1616
jobs:
17+
approve-publish:
18+
name: Approve publish
19+
runs-on: ubuntu-latest
20+
environment: sdk-publish-approval
21+
steps:
22+
- run: echo "Publish approved"
23+
1724
publish:
25+
needs: approve-publish
1826
runs-on: ubuntu-latest
1927

2028
permissions:

0 commit comments

Comments
 (0)