diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adef55beb..e7eec0363 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: runs-on: ubuntu-latest needs: [deliverables, setup] steps: - # Retrieve the previously uploaded deliverables artifact + # Retrieve the previously uplohaded deliverables artifact - name: Retrieve previous artifacts uses: actions/download-artifact@v4 with: @@ -200,11 +200,3 @@ jobs: with: file: ASAM_OSI_${{needs.setup.outputs.output1}}.zip tag: ${{ github.ref }} - - name: Trigger generator - if: ${{ env.MUP_KEY != '' }} - uses: peter-evans/repository-dispatch@v2 - with: - token: ${{ secrets.MACHINE_USER_PAT }} - event-type: antora-build-trigger - repository: OpenSimulationInterface/osi-antora-generator - client-payload: '{"src": "${{ github.repository }}", "ref": "master"}'