Skip to content

Commit 3e1c446

Browse files
committed
Fix rebuild
1 parent d28b35f commit 3e1c446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- run: ./gradlew :core:libJavadocJar
100100
if: startsWith(github.ref, 'refs/tags/')
101101
- id: version
102-
run: echo "version=$(grep version build.gradle|sed "s/ \+version = .\(.*\)./\1/g")" > $GITHUB_OUTPUT
102+
run: echo "version=$(grep 'version = ' build.gradle|sed "s/ \+version = .\(.*\)./\1/g")" > $GITHUB_OUTPUT
103103
- id: tag
104104
run: echo "tag=$(echo github.ref|sed 's%refs/tags/%%g')" > $GITHUB_OUTPUT
105105
- name: Create Release

0 commit comments

Comments
 (0)