We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519f681 commit e0972a5Copy full SHA for e0972a5
1 file changed
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
shell: bash
51
# language=bash
52
run: |
53
- version=$(./gradlew :properties --property version --no-daemon --console=plain --quiet | awk '/^version:/ {print $2}')
+ version=$(yq -r '.versions.androidConnector' ./gradle/libs.versions.toml)
54
echo "version=$version" >> "$GITHUB_OUTPUT"
55
- name: Publish package
56
run: ./gradlew publish
0 commit comments