Skip to content

Commit e0972a5

Browse files
Use yq instead
1 parent 519f681 commit e0972a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
# language=bash
5252
run: |
53-
version=$(./gradlew :properties --property version --no-daemon --console=plain --quiet | awk '/^version:/ {print $2}')
53+
version=$(yq -r '.versions.androidConnector' ./gradle/libs.versions.toml)
5454
echo "version=$version" >> "$GITHUB_OUTPUT"
5555
- name: Publish package
5656
run: ./gradlew publish

0 commit comments

Comments
 (0)