diff --git a/.github/workflows/mod-release-pipeline.yml b/.github/workflows/mod-release-pipeline.yml index 6959f0bff..b1084c415 100644 --- a/.github/workflows/mod-release-pipeline.yml +++ b/.github/workflows/mod-release-pipeline.yml @@ -307,13 +307,6 @@ jobs: - name: "Checkout Repository" uses: actions/checkout@v4 - - name: "Checkout Workflow Scripts" - uses: actions/checkout@v4 - with: - repository: "open-goal/mod-bundling-tools" - ref: ${{ github.event.inputs.ref }} - path: ".github" - - name: "Create Linux Release" env: outputDir: ${{ inputs.outputDir }}