Skip to content

Commit

Permalink
Update release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mschilling committed Feb 14, 2020
1 parent 065ad55 commit edae757
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
steps:
- uses: rymndhng/release-on-push-action@master
- name: Create GitHub release
uses: Roang-zero1/github-create-release-action@master
with:
strategy: patch
version_regex: ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# release-on-push:
# runs-on: ubuntu-latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# steps:
# - uses: rymndhng/release-on-push-action@master
# with:
# strategy: patch

0 comments on commit edae757

Please sign in to comment.