We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe65cd commit 89b592dCopy full SHA for 89b592d
.github/scripts/tag_release.sh
@@ -195,7 +195,7 @@ create_and_push_tags() {
195
for module_info in "${MODULES_TO_TAG[@]}"; do
196
IFS=':' read -r module_path namespace module_name version <<< "$module_info"
197
local tag_name="release/$namespace/$module_name/v$version"
198
-
+
199
if git rev-parse --verify "$tag_name" > /dev/null 2>&1; then
200
tags_to_push+=("$tag_name")
201
fi
0 commit comments