Skip to content

Commit 4bdf8d8

Browse files
committed
fix: release workflow
1 parent 74038a5 commit 4bdf8d8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/release_gem.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2020
INCREMENT: "${{ github.event.client_payload.increment }}"
2121

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+
}

0 commit comments

Comments
 (0)