We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please update the v1 tag so it points to the newest version (v1.0.1). All you should need to do is this:
v1
v1.0.1
git checkout master git pull git tag -d v1 git tag v1 git push -uf origin v1
This way consumers can use - uses: nelonoel/branch-name@v1 and always get the latest version (or specify a specific release if they desire).
- uses: nelonoel/branch-name@v1
You can see actions/checkout doing the same thing:
actions/checkout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can you please update the
v1
tag so it points to the newest version (v1.0.1
). All you should need to do is this:This way consumers can use
- uses: nelonoel/branch-name@v1
and always get the latest version (or specify a specific release if they desire).You can see
actions/checkout
doing the same thing:The text was updated successfully, but these errors were encountered: