Skip to content

Commit 1500398

Browse files
Fix release workflow (#153)
1 parent 0012f0a commit 1500398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Update project version
5151
newVersion=${TAG%.*}.$((${TAG##*.} + 1))
5252
echo "Update project version to next snapshot version"
53-
sed -i "0,/^version '$TAG'/s//version '$newVersion-SNAPSHOT'/" build.gradle
53+
sed -i "0,/^version = '$TAG'/s//version = '$newVersion-SNAPSHOT'/" build.gradle
5454
git commit build.gradle -m "Prepare development of $newVersion"
5555
git push https://github.com/openjfx/javafx-gradle-plugin HEAD:master
5656
env:

0 commit comments

Comments
 (0)