github-actions Reusable GitHub acitons Updating and pushing tags We are using v1 tag for the action, to update the tag and push it to the repository, use the following commands: git tag -f v1 git push origin v1 --force