Skip to content

Commit 238e914

Browse files
Update maven-publish.yml
1 parent d02163e commit 238e914

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232

3333
- name: Extract version from tag
3434
id: extract_version
35-
run: |
36-
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
35+
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_ENV"
3736

3837
- name: Set POM version
3938
run: |

0 commit comments

Comments
 (0)