Skip to content

Commit cef0551

Browse files
authored
Remove GitHub packages.
1 parent 81e38b3 commit cef0551

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
bintrayUser: ${{ secrets.bintrayUsername }}
2121
bintrayApiKey: ${{ secrets.bintrayApiKey }}
2222
run: ./gradlew bintrayUpload
23-
- name: Publish (GitHub Packages)
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: ./gradlew publish
23+
# - name: Publish (GitHub Packages)
24+
# env:
25+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
# run: ./gradlew publish

0 commit comments

Comments
 (0)