We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf13aed commit 0cbbb13Copy full SHA for 0cbbb13
scripts/tag_semver.sh renamed to scripts/tag_semver.sh
@@ -22,4 +22,4 @@ if [[ ! -z "$tags" ]]; then
22
fi
23
24
echo "Version for this commit: ${NEW_VERSION}"
25
-echo "RELEASE_VERSION=${NEW_VERSION}" >> variables.env
+echo "RELEASE_VERSION=${NEW_VERSION}" >> variables.env
0 commit comments