Add haya14busa/action-update-semver@v1
This commit is contained in:
15
.github/workflows/update_semver.yml
vendored
Normal file
15
.github/workflows/update_semver.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Update Semver
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- '**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
jobs:
|
||||
update-semver:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: haya14busa/action-update-semver@v1
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
Reference in New Issue
Block a user