Skip to content

Commit

Permalink
Merge pull request #12 from conao3/feature#11
Browse files Browse the repository at this point in the history
feature#11
  • Loading branch information
conao3 authored Nov 19, 2020
2 parents 6417ad9 + 60db01a commit 5f30ab8
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 5f30ab8

Please sign in to comment.