From 4c6a7296af768973d0e4b957af702ce8d53492a4 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 5 Dec 2019 22:45:10 -0800 Subject: [PATCH] comment out for now --- .github/workflows/release.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 579f85b..8c2a44c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,19 +1,19 @@ -on: create +# on: create -name: Release -jobs: - release: - name: Release Codecov GitHub Action - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@master - with: - fetch-depth: 3 - - name: Release Action - uses: technote-space/release-github-actions@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CREATE_MINOR_VERSION_TAG: false - COMMIT_NAME: Release GitHub Action - BRANCH_NAME: master +# name: Release +# jobs: +# release: +# name: Release Codecov GitHub Action +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@master +# with: +# fetch-depth: 3 +# - name: Release Action +# uses: technote-space/release-github-actions@v1 +# with: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# CREATE_MINOR_VERSION_TAG: false +# COMMIT_NAME: Release GitHub Action +# BRANCH_NAME: master