question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Last version doesn't refer to a major tag.

See original GitHub issue

Describe 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: image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
FrancoisXavierNoecommented, May 16, 2022

I see this documentation, and GitHub write :

Move the major version tag (such as v1, v2) to point to the Git ref of the current release.

0reactions
austingebauercommented, Nov 10, 2022

@netsandbox - Sorry about that! We just updated the v2 tag to point to v2.4.3.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found