| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Alternatively we can make it override old tags. Either handling is fine, because I don't expect this workflow to run against an old release.
Sorry, something went wrong.
|
@mpeddada1 This change doesn't affect the release. This is just an error handling in case there's existing tags. |
Sorry, something went wrong.
|
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hopefully final follow-up to: #1699
Workflow currently fails if tag is already created. This is because the actions/checkout checks out the code in a fresh workspace that does not contain tags by default. This adds in the step of fetching tags.