Skip to content

Commit 0ac91fd

Browse files
authored
Remove dry-run options for publishing
1 parent a66b26f commit 0ac91fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
ORG_GRADLE_PROJECT_gradle.publish.key: ${{ secrets.GRADLE_PUBLISH_KEY }}
2121
ORG_GRADLE_PROJECT_gradle.publish.secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
2222
with:
23-
arguments: publishPlugins -m
23+
arguments: publishPlugins
2424

2525
- name: Publish Javadocs
2626
uses: eskatos/gradle-command-action@v1.2.0
2727
env:
2828
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30-
arguments: gitPublishPush -m
30+
arguments: gitPublishPush
3131

3232
- name: Get release version
3333
run: |

0 commit comments

Comments
 (0)