Skip to content

Commit

Permalink
fix: publishing to GithubPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Adamczyk committed Mar 1, 2021
1 parent e223337 commit 4e893f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
- name: Gradle Upload to GitHub packages
uses: eskatos/gradle-command-action@v1
if: startsWith(github.ref, 'refs/tags/v')
env:
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
with:
arguments: ":test_runner:publishMavenJavaPublicationToGitHubPackagesRepository -PGITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 4e893f9

Please sign in to comment.