Skip to content

Commit

Permalink
Make changes for GitHub actor #3 from PatilShreyas/setup-ci
Browse files Browse the repository at this point in the history
Make changes for GitHub actor
  • Loading branch information
PatilShreyas authored Oct 2, 2020
2 parents 21c901e + 5faf38c commit 6ee26df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Publish to GitHub Package Registry 🚀
run: bash ./gradlew :simplelibrary:publish
env:
GPR_USER: ${{ GITHUB_ACTOR }}
GPR_USER: ${{ github.actor }}
GPR_KEY: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release ✅
Expand Down

0 comments on commit 6ee26df

Please sign in to comment.