Skip to content

Commit

Permalink
build: Make release publishing workflow close and release Central sta…
Browse files Browse the repository at this point in the history
…ging
  • Loading branch information
zml2008 committed Aug 9, 2020
1 parent 5de6e7c commit 7ae23f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Publish with Gradle
run: ./gradlew -PdeployRelease=true publish
run: ./gradlew -PdeployRelease=true publish closeAndReleaseRepository
env:
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ae23f3

Please sign in to comment.