Skip to content

Commit 812ddb9

Browse files
authored
Merge pull request #736 from OpenSimulationInterface/philipwindecker-patch-1
Update release.yml
2 parents 1ec57b3 + ef55b4d commit 812ddb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,11 @@ jobs:
182182
with:
183183
file: ASAM_OSI_${{needs.setup.outputs.output1}}.zip
184184
tag: ${{ github.ref }}
185+
- name: Trigger generator
186+
if: ${{ env.MUP_KEY != '' }}
187+
uses: peter-evans/repository-dispatch@v2
188+
with:
189+
token: ${{ secrets.MACHINE_USER_PAT }}
190+
event-type: antora-build-trigger
191+
repository: OpenSimulationInterface/osi-antora-generator
192+
client-payload: '{"src": "${{ github.repository }}", "ref": "master"}'

0 commit comments

Comments
 (0)