generated from actions/javascript-action
- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Description
Due to a limitation in the act
tool, it'd be nice if there was a v1
tag as well as a branch.
Right now it's necessary to pin down to a specific version in order to use ruby/setup-ruby@...
Activity
eregon commentedon Nov 11, 2020
Duplicate of #55.
Interestingly it seems allowed to have both a branch and tag of the same name, I find it very confusing though.
Anyway, I'm not moving tags, that's against the nature of tags of
git
.eregon commentedon Nov 11, 2020
FWIW actions/toolkit#631
tadman commentedon Nov 12, 2020
Thanks for the clarification. This was less a complaint and more of a stub for other people with the same problem to find a solution. I couldn't find anything even after digging, so the link to #55 helps.