mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 00:11:44 +00:00
comment out for now
This commit is contained in:
parent
4fec3dfa96
commit
4c6a7296af
1 changed files with 18 additions and 18 deletions
36
.github/workflows/release.yml
vendored
36
.github/workflows/release.yml
vendored
|
|
@ -1,19 +1,19 @@
|
||||||
on: create
|
# on: create
|
||||||
|
|
||||||
name: Release
|
# name: Release
|
||||||
jobs:
|
# jobs:
|
||||||
release:
|
# release:
|
||||||
name: Release Codecov GitHub Action
|
# name: Release Codecov GitHub Action
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@master
|
# uses: actions/checkout@master
|
||||||
with:
|
# with:
|
||||||
fetch-depth: 3
|
# fetch-depth: 3
|
||||||
- name: Release Action
|
# - name: Release Action
|
||||||
uses: technote-space/release-github-actions@v1
|
# uses: technote-space/release-github-actions@v1
|
||||||
with:
|
# with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CREATE_MINOR_VERSION_TAG: false
|
# CREATE_MINOR_VERSION_TAG: false
|
||||||
COMMIT_NAME: Release GitHub Action
|
# COMMIT_NAME: Release GitHub Action
|
||||||
BRANCH_NAME: master
|
# BRANCH_NAME: master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue