Skip to content

Commit

Permalink
comment out for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim0814 authored Dec 6, 2019
1 parent 4fec3df commit 4c6a729
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4c6a729

Please sign in to comment.