Update gradle-publish.yml
This commit is contained in:
parent
51d5d411ed
commit
f11f76069a
|
@ -37,8 +37,8 @@ jobs:
|
|||
|
||||
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
||||
# the publishing section of your build.gradle
|
||||
- name: Publish to GitHub Packages
|
||||
run: ./gradlew publish
|
||||
env:
|
||||
USERNAME: ${{ github.actor }}
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
#- name: Publish to GitHub Packages
|
||||
# run: ./gradlew publish
|
||||
# env:
|
||||
# USERNAME: ${{ github.actor }}
|
||||
# TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue