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 370e2f6 commit 507dbb7Copy full SHA for 507dbb7
.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/^version=.*/version=$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