fix new tag naming
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
next="$major.$minor.$patch"
|
next="$major.$minor.$patch"
|
||||||
new_tag="conflux@$next"
|
new_tag="release@$next"
|
||||||
git tag -s $new_tag -m "Release $new_tag"
|
git tag -s $new_tag -m "Release $new_tag"
|
||||||
git push origin $new_tag
|
git push origin $new_tag
|
||||||
echo "Tagged $new_tag"
|
echo "Tagged $new_tag"
|
||||||
|
|||||||
Reference in New Issue
Block a user