mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
comment out for now
This commit is contained in:
36
.github/workflows/release.yml
vendored
36
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user