Skip to content

Commit 4e7154e

Browse files
authored
Fix build step #release
1 parent 6bdbd31 commit 4e7154e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
gradle-version: '8.6'
3737
- name: Build with Gradle
38-
run: ./gradlew release
38+
run: gradle release
3939
- name: Bump version and push tag
4040
id: tag_version
4141
uses: mathieudutour/github-tag-action@v6.1

0 commit comments

Comments
 (0)