Update .github/workflows/publish-embedded-packages.yaml

This commit is contained in:
Hugh Nimmo-Smith
2025-03-19 10:25:41 +00:00
committed by GitHub
parent 1e874394f0
commit 6e63c37aff

View File

@@ -161,7 +161,7 @@ jobs:
``` ```
dependencies { dependencies {
implementation 'io.element.android:element-call-embedded:${{ env.ARTIFACT_VERSION}}' implementation 'io.element.android:element-call-embedded:${{ env.ARTIFACT_VERSION }}'
} }
``` ```