Skip to content

Commit

Permalink
add also vX tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed Sep 27, 2022
1 parent fc9c828 commit 6ef82df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
major=${BASH_REMATCH[1]}
# update major tag
git tag -f "$major"
git push -f origin "$major"
git push -f origin "$major"
# add vX as 1 is linked to short sha bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35
git tag -f "v$major"
git push -f origin "v$major"

0 comments on commit 6ef82df

Please sign in to comment.