We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1b34d commit 00d8f99Copy full SHA for 00d8f99
.github/workflows/release-drafter.yml
@@ -18,6 +18,8 @@ jobs:
18
java-version: 11
19
- name: Build with Gradle
20
run: |
21
+ export VERSION=`cat gradle.properties | grep "systemProp.version" | tr -d " " | cut -d '=' -f2`
22
+ echo Building the version: $VERSION
23
./gradlew --no-daemon publishPublishMavenPublicationToLocalRepoRepository && tar -C build -cvf artifacts.tar.gz repository
24
- name: Draft a release
25
uses: softprops/action-gh-release@v1
0 commit comments