Skip to content

Commit

Permalink
Introduce haya14busa/action-update-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Dec 2, 2019
1 parent 80cf19b commit 67a1020
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update_semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Semver
on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'
jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: haya14busa/action-update-semver@v1
with:
github_token: ${{ secrets.github_token }}

0 comments on commit 67a1020

Please sign in to comment.