Skip to content

Commit 902bb64

Browse files
committed
ci(ticketing-eai/client-internal): fix module name
1 parent 599f5d4 commit 902bb64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-node-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
include:
1818
- app-path: personalization-service
1919
- app-path: personalization-webcomponents
20-
- app-path: ticketing-eai/api-client
20+
- app-path: ticketing-eai/api-client-internal
2121
build-image: false
2222

2323
steps:

.github/workflows/maven-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
required: true
1818
options:
1919
- personalization-service
20-
- ticketing-eai/api-client
20+
- ticketing-eai/api-client-internal
2121

2222
jobs:
2323
release-maven:
@@ -41,7 +41,7 @@ jobs:
4141
GPG_PRIVATE_KEY: ${{ secrets.gpg_private_key }}
4242

4343
build-image:
44-
if: inputs.app-path != 'ticketing-eai/api-client'
44+
if: inputs.app-path != 'ticketing-eai/api-client-internal'
4545
runs-on: ubuntu-latest
4646
needs: release-maven
4747
steps:

0 commit comments

Comments
 (0)