diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3f992a65..c2b78507 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -105,8 +105,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - ref: ${{ needs.create-release.outputs.ref }} + #with: + # ref: ${{ needs.create-release.outputs.ref }} - name: Download ${{ matrix.loader }} artifact uses: actions/download-artifact@v4 with: