mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
del workflow file
This commit is contained in:
parent
4fec3dfa96
commit
a6337803aa
1 changed files with 0 additions and 19 deletions
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue