Skip to content

Commit 3d394a1

Browse files
committed
ci: update repo triggers on release
1 parent efa8540 commit 3d394a1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/manual_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: release
7070
strategy:
7171
matrix:
72-
repository: [pact-foundation/pact-js-cli, pact-foundation/homebrew-pact-standalone]
72+
repository: [pact-foundation/homebrew-pact-standalone]
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Notify ${{ matrix.repository }} of gem release
@@ -81,5 +81,6 @@ jobs:
8181
client-payload: |
8282
{
8383
"version": "${{ needs.release.outputs.version }}",
84-
"increment": "${{ needs.release.outputs.increment }}"
84+
"increment": "${{ needs.release.outputs.increment }}",
85+
"type": "pact-standalone-released"
8586
}

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: release
4848
strategy:
4949
matrix:
50-
repository: [pact-foundation/pact-js-cli, pact-foundation/homebrew-tap]
50+
repository: [pact-foundation/homebrew-tap]
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Notify ${{ matrix.repository }} of gem release
@@ -59,5 +59,6 @@ jobs:
5959
client-payload: |
6060
{
6161
"version": "${{ needs.release.outputs.version }}",
62-
"increment": "${{ needs.release.outputs.increment }}"
62+
"increment": "${{ needs.release.outputs.increment }}",
63+
"type": "pact-standalone-released"
6364
}

0 commit comments

Comments
 (0)