Skip to content

Commit 0cbbb13

Browse files
tag_semver file name fix
1 parent bf13aed commit 0cbbb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/tag_semver.sh renamed to scripts/tag_semver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [[ ! -z "$tags" ]]; then
2222
fi
2323

2424
echo "Version for this commit: ${NEW_VERSION}"
25-
echo "RELEASE_VERSION=${NEW_VERSION}" >> variables.env
25+
echo "RELEASE_VERSION=${NEW_VERSION}" >> variables.env

0 commit comments

Comments
 (0)