Skip to content

Commit 6bdbd31

Browse files
authored
Refactor Gradle setup and build steps in workflow #release
1 parent e4d9c91 commit 6bdbd31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
java-version: '11'
3131
distribution: 'temurin'
3232
fetch-depth: 0
33-
- name: Build with Gradle
33+
- name: Setup Gradle
3434
uses: gradle/actions/setup-gradle@v3
3535
with:
36-
arguments: release
37-
gradle-version: 8.6
36+
gradle-version: '8.6'
37+
- name: Build with Gradle
38+
run: ./gradlew release
3839
- name: Bump version and push tag
3940
id: tag_version
4041
uses: mathieudutour/github-tag-action@v6.1

0 commit comments

Comments
 (0)