From 2d00c22ca3526b4f24e1ef95064437ab80c1c8ab Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Fri, 18 Oct 2024 20:32:37 -0700 Subject: [PATCH] chore: tmp disable github-release --- .github/workflows/build-tests.yml | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index e6649178d..f817ff80b 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -38,28 +38,28 @@ jobs: - name: Build documentation uses: Exabyte-io/action-mkdocs-build@main - github-release: - runs-on: ubuntu-24.04 - if: github.ref_name == 'master' - needs: [tests] + # github-release: + # runs-on: ubuntu-24.04 + # if: github.ref_name == 'master' + # needs: [tests] - steps: - - name: Checkout repository - uses: actions/checkout@v4 + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 - - name: Checkout actions repository - uses: actions/checkout@v4 - with: - repository: Exabyte-io/actions - token: ${{ secrets.BOT_GITHUB_TOKEN }} - path: actions + # - name: Checkout actions repository + # uses: actions/checkout@v4 + # with: + # repository: Exabyte-io/actions + # token: ${{ secrets.BOT_GITHUB_TOKEN }} + # path: actions - - name: Determine git tag - id: get-tag-name - uses: ./actions/git/version + # - name: Determine git tag + # id: get-tag-name + # uses: ./actions/git/version - - name: Publish new git tag and release - uses: ./actions/git/release - with: - github-token: ${{ secrets.BOT_GITHUB_TOKEN }} - tag-name: ${{ steps.get-tag-name.outputs.tag-name }} + # - name: Publish new git tag and release + # uses: ./actions/git/release + # with: + # github-token: ${{ secrets.BOT_GITHUB_TOKEN }} + # tag-name: ${{ steps.get-tag-name.outputs.tag-name }}