Skip to content

Commit

Permalink
add update-majorver action
Browse files Browse the repository at this point in the history
  • Loading branch information
conao3 committed Nov 19, 2020
1 parent 6417ad9 commit 60db01a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Major Version Tag

on:
push:
tags:
- "v*"

jobs:
update-majorver:
name: Update Major Version Tag
runs-on: ubuntu-latest
steps:
- uses: nowactions/update-majorver@v1
with:
github_token: ${{ secrets. GITHUB_TOKEN }}

0 comments on commit 60db01a

Please sign in to comment.