Skip to content

Commit

Permalink
Remove dry-run options for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy authored Oct 15, 2020
1 parent a66b26f commit 0ac91fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
ORG_GRADLE_PROJECT_gradle.publish.key: ${{ secrets.GRADLE_PUBLISH_KEY }}
ORG_GRADLE_PROJECT_gradle.publish.secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
with:
arguments: publishPlugins -m
arguments: publishPlugins

- name: Publish Javadocs
uses: eskatos/[email protected]
env:
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
with:
arguments: gitPublishPush -m
arguments: gitPublishPush

- name: Get release version
run: |
Expand Down

0 comments on commit 0ac91fd

Please sign in to comment.