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 33f18f2 + 19ddc66 commit e673de2Copy full SHA for e673de2
1 file changed
.github/workflows/build-and-publish.yaml
@@ -24,8 +24,16 @@ on:
24
default: true
25
26
jobs:
27
+ approve-publish:
28
+ name: Approve publish
29
+ runs-on: ubuntu-latest
30
+ environment: sdk-publish-approval
31
+ steps:
32
+ - run: echo "Publish approved"
33
+
34
build-and-pubish:
35
name: Build and publish JAR packages to Maven repository
36
+ needs: approve-publish
37
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v3
38
with:
39
release_type: ${{ inputs.release_type }}
0 commit comments