We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507dbb7 commit 8a17a58Copy full SHA for 8a17a58
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set Version
29
run: |
30
VERSION=$(echo "${{ github.event.release.tag_name }}" | sed -e 's/^v//' -e 's/-.*//')
31
- sed -i "s/^pluginVersion=.*/pluginVersion=$VERSION/" gradle.properties
+ sed -i "s/^pluginVersion *=.*/pluginVersion=$VERSION/" gradle.properties
32
33
# Set up Java environment for the next steps
34
- name: Setup Java
0 commit comments