[BUG] Last version doesn't refer to a major tag.
See original GitHub issueDescribe the bug Last version (v2.3.1) doesn’t refer to a major tag (v2).
To Reproduce
steps:
- uses: hashicorp/vault-action@v2
...
Expected behavior
Get the last version v2.3.1 when uses hashicorp/vault-action@v2
.
Log Output
Error: Unable to resolve action hashicorp/vault-action@v2
, unable to find version v2
Additional context Hi there, Is it possible to create/update a major tag (e.g. v2) when you create a tag for minor or patch version (e.g. v2.3.1) ?
Below an example:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[BUG] npm-version does not git-commit nor git-tag when ...
This behavior is controlled by git-tag-version (see below), and can be disabled on the command line by running npm --no-git-tag-version version ...
Read more >error: cannot lock ref.. 'refs/tags' exists; cannot create 'refs/tags
Your Git is complaining that a reference (rather than a directory) named refs/tags exists. It's not clear what would create that, but see...
Read more >[GA4] Troubleshoot tag setup on your website - Analytics Help
Identify and fix issues with your tag setup that prevent you from seeing data in Google ... The GA4 Configuration tag does not...
Read more >Git - Tagging - Git SCM
A lightweight tag is very much like a branch that doesn't change — it's just a pointer to a specific commit. Annotated tags,...
Read more >Semantic Versioning 2.0.0 | Semantic Versioning
PATCH version when you make backwards compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see this documentation, and GitHub write :
@netsandbox - Sorry about that! We just updated the
v2
tag to point tov2.4.3
.