Skip to content

Commit 3824637

Browse files
authored
Version check
1 parent 4ad54a0 commit 3824637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
VERSION="${{ steps.final_version.outputs.final_version }}"
121121
ARTEFACT_ID=${{ steps.artefact_id.outputs.artefact_id }}
122122
123-
METADATA_URL="https://maven.pkg.github.com/google/watchface/com.google.watchface//./}/${ARTIFACT_ID}/${VERSION}/maven-metadata.xml"
123+
METADATA_URL="https://maven.pkg.github.com/google/watchface/com.google.watchface/${ARTIFACT_ID}/${VERSION}/maven-metadata.xml"
124124
125125
TOKEN="${{ secrets.GITHUB_TOKEN }}"
126126

0 commit comments

Comments
 (0)