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.
1 parent 599f5d4 commit 902bb64Copy full SHA for 902bb64
.github/workflows/maven-node-build.yml
@@ -17,7 +17,7 @@ jobs:
17
include:
18
- app-path: personalization-service
19
- app-path: personalization-webcomponents
20
- - app-path: ticketing-eai/api-client
+ - app-path: ticketing-eai/api-client-internal
21
build-image: false
22
23
steps:
.github/workflows/maven-release.yml
@@ -17,7 +17,7 @@ on:
required: true
options:
- personalization-service
- - ticketing-eai/api-client
+ - ticketing-eai/api-client-internal
jobs:
release-maven:
@@ -41,7 +41,7 @@ jobs:
41
GPG_PRIVATE_KEY: ${{ secrets.gpg_private_key }}
42
43
build-image:
44
- if: inputs.app-path != 'ticketing-eai/api-client'
+ if: inputs.app-path != 'ticketing-eai/api-client-internal'
45
runs-on: ubuntu-latest
46
needs: release-maven
47
0 commit comments