Replies: 1 comment
-
Hi @Walkyst, git checkout <whatever-branch>
git pull
git tag -f latestDevelopment
git push -f origin latestDevelopment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible with this action create release and if release with same tag already exist it will be recreated?
My main goal here is that always have fresh release with same tag
latestDevelopment
Beta Was this translation helpful? Give feedback.
All reactions