You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #12525 (comment) <- the commit is right, but the tag is wrong
It's important to solve it since otherwise it's very confusing. If it's not feasible to solve the issue, it's better to remove git_tag altogether to avoid confusion.
The text was updated successfully, but these errors were encountered:
See #12661 for more details.
Changes:
- workflow will create git tag referencing to the last commit id in
"checkout_ref" (branch name as for now)
- in case of not successful build -- second job will start and will
remove git tag.
- workflow will now contain useful name which reflects released version,
branch used to build artifacts and person who run workflow.
- latest docker base images debian:12.8-slim
See #12525 (comment) <- the commit is right, but the tag is wrong
It's important to solve it since otherwise it's very confusing. If it's not feasible to solve the issue, it's better to remove
git_tag
altogether to avoid confusion.The text was updated successfully, but these errors were encountered: