Skip to content
New issue

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

update v1 tag so it uses v1.0.1 #9

Open
justAnotherDev opened this issue Feb 2, 2021 · 0 comments
Open

update v1 tag so it uses v1.0.1 #9

justAnotherDev opened this issue Feb 2, 2021 · 0 comments

Comments

@justAnotherDev
Copy link

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:

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).

You can see actions/checkout doing the same thing:

Screen Shot 2021-02-02 at 12 57 00 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant