Merge pull request #418 from wysohn/patch-1

Inconsistent environmental variable name
This commit is contained in:
Mike Coutermarsh
2020-03-21 08:47:04 -07:00
committed by GitHub
+2 -2
View File
@@ -24,10 +24,10 @@ jobs:
- name: Build with Gradle
run: gradle build
# The USERNAME and PASSWORD need to correspond to the credentials environment variables used in
# 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: gradle publish
env:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}