npm version and git push --tags #17
Closed
FreePhoenix888
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
When we execute npm version and then use git push --tags we have such problems:
Github Action can be executed not successfully and then you possibly will have to add more commits to fix that problem and you will come up to the sitation where version tag is tied to the commit that is not actually the commit that is published as the version.
Solution
Do
npm version
with--allow-same-version
option in github actions after publishing and thengit push --tags
Beta Was this translation helpful? Give feedback.
All reactions