Skip to content

Commit

Permalink
fix: http -> https for maven repo (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Richez authored Jul 24, 2023
1 parent 7754a06 commit 8ca8491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
__.publishArtifacts \
--sonatypeCreds '${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}' \
--stagingRelease false \
--sonatypeUri "http://maven.pkg.github.com/${{ github.repository }}" \
--sonatypeUri "https://maven.pkg.github.com/${{ github.repository }}" \
--gpgArgs --batch,--yes,-a,-b
publish-notes:
Expand Down

0 comments on commit 8ca8491

Please sign in to comment.