set-timezone
set-timezone copied to clipboard
Fixed README to have correct version usage
Update to v2.0 provided incorrect usage documentation
@szenius can you create and push a new tag based on the current master
git tag v2
git push origin v2
CMIIW but v2 will automatically point to latest v2.X version right?
@szenius It does not in this case. GH actions use the @xxx as a git reference to checkout the repo. In this case the git tag v2 does not exist. we only have v2.0
- Either we have to push a git tag
v2so that reference can be resolved while cloning the repo - Change the README file and refer the the
v2.0tag instead
I believe that the pattern v2 as a versioning is more common and should be recommended in this case