From 4c6a7296af768973d0e4b957af702ce8d53492a4 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 5 Dec 2019 22:45:10 -0800 Subject: [PATCH 1/2] 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 579f85b6c..8c2a44c1e 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 From 2613f978c9396cec2081c760431dca084fab583a Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 5 Dec 2019 22:45:35 -0800 Subject: [PATCH 2/2] update marketplace version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542bb2087..efe4a4ab5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Codecov GitHub Action -[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.0.4-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/codecov) +[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.0.5-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/codecov) ### Easily upload coverage reports to Codecov from GitHub Actions >The latest release of this Action adds support for macOS and Windows builds!