Skip to content

Commit 8a17a58

Browse files
committed
improve release process
1 parent 507dbb7 commit 8a17a58

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set Version
2929
run: |
3030
VERSION=$(echo "${{ github.event.release.tag_name }}" | sed -e 's/^v//' -e 's/-.*//')
31-
sed -i "s/^pluginVersion=.*/pluginVersion=$VERSION/" gradle.properties
31+
sed -i "s/^pluginVersion *=.*/pluginVersion=$VERSION/" gradle.properties
3232
3333
# Set up Java environment for the next steps
3434
- name: Setup Java

0 commit comments

Comments
 (0)