File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
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 }
Original file line number Diff line number Diff line change 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
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 }
You can’t perform that action at this time.
0 commit comments