Skip to content

Commit

Permalink
release with push
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 24, 2021
1 parent 28f6cae commit aa6046a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/release
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ fi
git tag -a $new_tag -m "$new_tag Release"

echo -e "${GREEN}OK${OFF} - Tagged: $new_tag"

git push --tags

echo -e "${GREEN}OK${OFF} - Tags pushed to remote! This will trigger a GitHub action release"
echo -e "${GREEN}DONE${OFF}"

0 comments on commit aa6046a

Please sign in to comment.