Skip to content

Is it possible to update existing release? #38

Answered by ncipollo
ravgeetdhillon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ravgeetdhillon,
I more or less follow the recommendations here: https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations

  1. Tag the new release: git tag 1.0.1
  2. Push the new release git push origin 1.0.1
  3. Update the dynamic tag: git tag -f v1
  4. Push the dynamic tag: git push -f origin 1.0.1

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ravgeetdhillon
Comment options

Comment options

You must be logged in to vote
1 reply
@ravgeetdhillon
Comment options

Answer selected by ravgeetdhillon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants