We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdbd31 commit 4e7154eCopy full SHA for 4e7154e
1 file changed
.github/workflows/gradle.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
gradle-version: '8.6'
37
- name: Build with Gradle
38
- run: ./gradlew release
+ run: gradle release
39
- name: Bump version and push tag
40
id: tag_version
41
uses: mathieudutour/github-tag-action@v6.1
0 commit comments