Skip to content

Commit 3d01c7c

Browse files
committed
Update release.yml
Add new repositories osi-cpp, osi-python, qc-osi-trace
1 parent 3ae2a04 commit 3d01c7c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,27 @@ jobs:
5252
event-type: update-tag
5353
repository: OpenSimulationInterface/osi-documentation
5454
client-payload: '{"tag": "v${{needs.setup.outputs.output1}}"}'
55+
- name: Update OSI CPP
56+
uses: peter-evans/repository-dispatch@v2
57+
with:
58+
token: ${{ secrets.MACHINE_USER_PAT }}
59+
event-type: update-tag
60+
repository: OpenSimulationInterface/osi-cpp
61+
client-payload: '{"tag": "v${{needs.setup.outputs.output1}}"}'
62+
- name: Update OSI Python
63+
uses: peter-evans/repository-dispatch@v2
64+
with:
65+
token: ${{ secrets.MACHINE_USER_PAT }}
66+
event-type: update-tag
67+
repository: OpenSimulationInterface/osi-python
68+
client-payload: '{"tag": "v${{needs.setup.outputs.output1}}"}'
69+
- name: Update Documentation
70+
uses: peter-evans/repository-dispatch@v2
71+
with:
72+
token: ${{ secrets.MACHINE_USER_PAT }}
73+
event-type: update-tag
74+
repository: OpenSimulationInterface/qc-osi-trace
75+
client-payload: '{"tag": "v${{needs.setup.outputs.output1}}"}'
5576
- name: Provide downstream repos some time
5677
uses: whatnick/wait-action@v0.1.2
5778
with:

0 commit comments

Comments
 (0)