We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d762ea commit 08685dcCopy full SHA for 08685dc
.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