Skip to content

Commit

Permalink
Create version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zgosalvez committed Nov 28, 2022
1 parent e838afe commit 6cad865
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/version.yml
@@ -0,0 +1,13 @@
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@f2014bbbba95b635e990ce512c5653bd0f4753fb

0 comments on commit 6cad865

Please sign in to comment.