We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0012f0a commit 1500398Copy full SHA for 1500398
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
# Update project version
51
newVersion=${TAG%.*}.$((${TAG##*.} + 1))
52
echo "Update project version to next snapshot version"
53
- sed -i "0,/^version '$TAG'/s//version '$newVersion-SNAPSHOT'/" build.gradle
+ sed -i "0,/^version = '$TAG'/s//version = '$newVersion-SNAPSHOT'/" build.gradle
54
git commit build.gradle -m "Prepare development of $newVersion"
55
git push https://github.com/openjfx/javafx-gradle-plugin HEAD:master
56
env:
0 commit comments