Skip to content

Commit 69733bf

Browse files
authored
Typo
1 parent f1cbc91 commit 69733bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "New version: $newVersion"
6363
sed -i "s/pluginVersion=$originalVersion/pluginVersion=$newVersion/" gradle.properties
6464
65-
version=newVersion
65+
version=$newVersion
6666
echo "release=$version" >> $GITHUB_OUTPUT
6767
echo "releasenumber=${version//[!0-9]/}" >> $GITHUB_OUTPUT
6868

0 commit comments

Comments
 (0)