Skip to content

Commit

Permalink
Adding automatic major tagger to semver tagging workflow
Browse files Browse the repository at this point in the history
nchiasson-dgi committed Jan 23, 2024
1 parent a8dbfbc commit 000a6fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -11,3 +11,7 @@ jobs:
steps:
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
- name: Update Major Tag
uses: discoverygarden/action-major-tag@v1
with:
prefix: 'v'

0 comments on commit 000a6fe

Please sign in to comment.