We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66b26f commit 0ac91fdCopy full SHA for 0ac91fd
.github/workflows/create-release.yml
@@ -20,14 +20,14 @@ jobs:
20
ORG_GRADLE_PROJECT_gradle.publish.key: ${{ secrets.GRADLE_PUBLISH_KEY }}
21
ORG_GRADLE_PROJECT_gradle.publish.secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
22
with:
23
- arguments: publishPlugins -m
+ arguments: publishPlugins
24
25
- name: Publish Javadocs
26
uses: eskatos/gradle-command-action@v1.2.0
27
env:
28
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
29
30
- arguments: gitPublishPush -m
+ arguments: gitPublishPush
31
32
- name: Get release version
33
run: |
0 commit comments