fix new tag naming

This commit is contained in:
2025-07-06 21:00:33 +02:00
parent 1e8fdb52dd
commit 33e20b7120

View File

@@ -59,7 +59,7 @@ jobs:
;;
esac
next="$major.$minor.$patch"
new_tag="conflux@$next"
new_tag="release@$next"
git tag -s $new_tag -m "Release $new_tag"
git push origin $new_tag
echo "Tagged $new_tag"