Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsuzuki authored Jul 28, 2021
1 parent 3b7b80b commit c3c68e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
java-version: 1.8
- name: Run a one-line script
run: echo 'Hello, friend.'
env:
GPR_USER: ${{ secrets.GPR_USER }}
GPR_API_KEY: ${{ secrets.GPR_API_KEY }}
- name: Create a placeholder for github.properties file
run: touch github.properties
- name: Clean, Build, and Publish AAR
Expand Down

0 comments on commit c3c68e0

Please sign in to comment.