Skip to content

Commit

Permalink
fix: publishing to GithubPackages (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Mar 2, 2021
1 parent e223337 commit cd5ed96
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 cd5ed96

Please sign in to comment.