Skip to content

Commit 6ec882c

Browse files
authored
Merge pull request #62 from StarMapLoader/dev
Fix-release-action (#60)
2 parents 0ef4388 + 5a5be4d commit 6ec882c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
patch=$((patch+1)); type="patch"
6262
fi
6363
64-
ew_version="${major}.${minor}.${patch}"
64+
new_version="${major}.${minor}.${patch}"
6565
6666
echo "Next version: $new_version"
6767
echo "RC version: $hash_version"

0 commit comments

Comments
 (0)