Skip to content

Commit b6e6c61

Browse files
Remove Trigger generator step from release workflow
Signed-off-by: yash-shah-asam <160132647+yash-shah-asam@users.noreply.github.com>
1 parent 083481d commit b6e6c61

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: ubuntu-latest
190190
needs: [deliverables, setup]
191191
steps:
192-
# Retrieve the previously uploaded deliverables artifact
192+
# Retrieve the previously uplohaded deliverables artifact
193193
- name: Retrieve previous artifacts
194194
uses: actions/download-artifact@v4
195195
with:
@@ -200,11 +200,3 @@ jobs:
200200
with:
201201
file: ASAM_OSI_${{needs.setup.outputs.output1}}.zip
202202
tag: ${{ github.ref }}
203-
- name: Trigger generator
204-
if: ${{ env.MUP_KEY != '' }}
205-
uses: peter-evans/repository-dispatch@v2
206-
with:
207-
token: ${{ secrets.MACHINE_USER_PAT }}
208-
event-type: antora-build-trigger
209-
repository: OpenSimulationInterface/osi-antora-generator
210-
client-payload: '{"src": "${{ github.repository }}", "ref": "master"}'

0 commit comments

Comments
 (0)