Skip to content

Commit

Permalink
ci-shared-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Apr 21, 2024
1 parent f3d5bd4 commit 5c3b348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-promoter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Publish Promoter Pact
run: >-
cd services/Promoter &&
./gradlew \
-Ppact.publish.consumer.version=${{ github.sha }} \
-Ppact.publish.consumer.branchName=${{ github.ref_name }} \
./gradlew
-Ppact.publish.consumer.version=${{ github.sha }}
-Ppact.publish.consumer.branchName=${{ github.ref_name }}
pactPublish

0 comments on commit 5c3b348

Please sign in to comment.