Skip to content

Commit

Permalink
add version management
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Casula committed Apr 12, 2020
1 parent 758f5a5 commit 12da4a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflow/main.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 12da4a0

Please sign in to comment.