From a6337803aaaabc145f98ede4c42e8aa07a8b054f Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Thu, 5 Dec 2019 22:48:47 -0800 Subject: [PATCH] del workflow file --- .github/workflows/release.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 579f85b..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,19 +0,0 @@ -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