Skip to content

Commit 65e9222

Browse files
committed
Remove gradle plugin stuff from the deployment.
1 parent 573c5a2 commit 65e9222

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# GPG_PASSPHRASE
88
# GPG_KEY64 (base64)
99
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
10-
# GRADLE_KEY
11-
# GRADLE_SECRET
1210

1311
name: deploy
1412
on:
@@ -48,4 +46,4 @@ jobs:
4846
- name: publish all
4947
if: "${{ github.event.inputs.to_publish == 'all' }}"
5048
run: |
51-
./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
49+
./gradlew :changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all

0 commit comments

Comments
 (0)