Skip to content

Commit

Permalink
Remove GitHub packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Dec 5, 2019
1 parent 81e38b3 commit cef0551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bintrayUser: ${{ secrets.bintrayUsername }}
bintrayApiKey: ${{ secrets.bintrayApiKey }}
run: ./gradlew bintrayUpload
- name: Publish (GitHub Packages)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew publish
# - name: Publish (GitHub Packages)
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: ./gradlew publish

0 comments on commit cef0551

Please sign in to comment.