Skip to content

Commit 6637fbf

Browse files
authored
Simplify gradlew publish command in workflow
Removed '--info --stacktrace' options from gradlew publish command.
1 parent 7e2ee42 commit 6637fbf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838

3939
- name: Publish to GitHub Packages
4040
if: ${{ github.event_name == 'release' }}
41-
run: ./gradlew publish --parallel --info --stacktrace
41+
run: ./gradlew publish --parallel
4242
env:
43-
GITHUB_ACTOR: ${{ github.actor }}
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544
RELEASE_VERSION: ${{ github.event.release.tag_name }}
4645

0 commit comments

Comments
 (0)