We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3710938 commit 3910fa9Copy full SHA for 3910fa9
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
java-version: 1.8
12
- name: Publish package
13
- run: gradle publish
+ run: ./gradlew publish
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
0 commit comments