File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
19
19
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
20
20
INCREMENT : " ${{ github.event.client_payload.increment }}"
21
21
22
- notify-gem-released :
23
- needs : release
24
- strategy :
25
- matrix :
26
- repository : [pact-foundation/pact-ruby-cli, pact-foundation/pact-ruby-standalone]
27
- runs-on : ubuntu-latest
28
- steps :
29
- - name : Notify ${{ matrix.repository }} of gem release
30
- uses : peter-evans/repository-dispatch@v1
31
- with :
32
- token : ${{ secrets.GHTOKENFORPACTCLIRELEASE }}
33
- repository : ${{ matrix.repository }}
34
- event-type : gem-released
35
- client-payload : |
36
- {
37
- "name": "${{ needs.release.outputs.gem_name }}",
38
- "version": "${{ needs.release.outputs.version }}",
39
- "increment": "${{ needs.release.outputs.increment }}"
40
- }
22
+ notify-gem-released :
23
+ needs : release
24
+ strategy :
25
+ matrix :
26
+ repository : [pact-foundation/pact-ruby-cli, pact-foundation/pact-ruby-standalone]
27
+ runs-on : ubuntu-latest
28
+ steps :
29
+ - name : Notify ${{ matrix.repository }} of gem release
30
+ uses : peter-evans/repository-dispatch@v1
31
+ with :
32
+ token : ${{ secrets.GHTOKENFORPACTCLIRELEASE }}
33
+ repository : ${{ matrix.repository }}
34
+ event-type : gem-released
35
+ client-payload : |
36
+ {
37
+ "name": "${{ needs.release.outputs.gem_name }}",
38
+ "version": "${{ needs.release.outputs.version }}",
39
+ "increment": "${{ needs.release.outputs.increment }}"
40
+ }
You can’t perform that action at this time.
0 commit comments