diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fb0d83164..e646f793af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,20 +12,20 @@ env: RELEASES_CLOUDFRONT_ID: ${{ vars.RELEASES_CLOUDFRONT_ID }} jobs: - checks: - uses: ./.github/workflows/checks.yml - - publish: - uses: ./.github/workflows/publish.yml - needs: - - checks - secrets: inherit - - homebrew: - uses: ./.github/workflows/homebrew.yml - needs: - - publish - secrets: inherit + # checks: + # uses: ./.github/workflows/checks.yml + # + # publish: + # uses: ./.github/workflows/publish.yml + # needs: + # - checks + # secrets: inherit + # + # homebrew: + # uses: ./.github/workflows/homebrew.yml + # needs: + # - publish + # secrets: inherit release-artifacts: #if: ${{ false }} @@ -98,4 +98,4 @@ jobs: run: | index-html s3 \ --bucket $BUCKET \ - --page-title Releases && \ + --page-title Releases