We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b167f1 commit fb51ff8Copy full SHA for fb51ff8
.github/workflows/release.yml
@@ -17,6 +17,7 @@ on:
17
- sauce_bindings
18
- saucebindings-junit4
19
- saucebindings-junit5
20
+ - saucebindings-testng
21
permissions:
22
contents: write
23
@@ -29,7 +30,8 @@ jobs:
29
30
combination: [
31
{ component: sauce_bindings, path: java/main },
32
{ component: saucebindings-junit4, path: java/junit4 },
- { component: saucebindings-junit5, path: java/junit5 }
33
+ { component: saucebindings-junit5, path: java/junit5 },
34
+ { component: saucebindings-testng, path: java/testng }
35
]
36
steps:
37
- run: echo "Will start a Maven Central upload with version ${{ github.event.inputs.version }} for ${{ github.event.inputs.component }}"
0 commit comments