We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad54a0 commit 3824637Copy full SHA for 3824637
.github/workflows/gradle-publish-base.yml
@@ -120,7 +120,7 @@ jobs:
120
VERSION="${{ steps.final_version.outputs.final_version }}"
121
ARTEFACT_ID=${{ steps.artefact_id.outputs.artefact_id }}
122
123
- METADATA_URL="https://maven.pkg.github.com/google/watchface/com.google.watchface//./}/${ARTIFACT_ID}/${VERSION}/maven-metadata.xml"
+ METADATA_URL="https://maven.pkg.github.com/google/watchface/com.google.watchface/${ARTIFACT_ID}/${VERSION}/maven-metadata.xml"
124
125
TOKEN="${{ secrets.GITHUB_TOKEN }}"
126
0 commit comments