Skip to content

Commit

Permalink
Make release actions a no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Oct 15, 2020
1 parent bbfd5dd commit 97d202c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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
arguments: publishPlugins -m

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

- name: Get release version
run: |
Expand All @@ -52,4 +52,3 @@ jobs:
file_pattern: src/docs/samples
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97d202c

Please sign in to comment.