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 d28b35f commit 3e1c446Copy full SHA for 3e1c446
.github/workflows/rebuild.yaml
@@ -99,7 +99,7 @@ jobs:
99
- run: ./gradlew :core:libJavadocJar
100
if: startsWith(github.ref, 'refs/tags/')
101
- id: version
102
- run: echo "version=$(grep version build.gradle|sed "s/ \+version = .\(.*\)./\1/g")" > $GITHUB_OUTPUT
+ run: echo "version=$(grep 'version = ' build.gradle|sed "s/ \+version = .\(.*\)./\1/g")" > $GITHUB_OUTPUT
103
- id: tag
104
run: echo "tag=$(echo github.ref|sed 's%refs/tags/%%g')" > $GITHUB_OUTPUT
105
- name: Create Release
0 commit comments