Skip to content

Commit

Permalink
fix github repository in gitlab ic
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 24, 2020
1 parent 8306662 commit 36792ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Publish on GitHub Maven Repo
run: gradle ${{ env.gradle-options }} publishAllPublicationsToMavenRepository --parallel
env:
ORG_GRADLE_PROJECT_sonatypeUrl: https://maven.pkg.github.com/$${{ github.repository }}
ORG_GRADLE_PROJECT_sonatypeUrl: https://maven.pkg.github.com/${{ github.repository }}
ORG_GRADLE_PROJECT_ossrhUsername: ${{ github.actor }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 36792ca

Please sign in to comment.