Skip to content

Commit aef6a56

Browse files
committed
Fix workflox.
1 parent ecf3e19 commit aef6a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: vars
1919
run: |
2020
VERSION=$(grep '^mod_version = ' gradle.properties | cut -d'=' -f2 | tr -d '[:space:]')
21-
BTA_VERSION=$(grep '^bta = ' ./gradle/libs.versions.toml | cut -d'=' -f2 | tr -d '[:space:]')
21+
BTA_VERSION=$(grep '^bta = ' ./gradle/libs.versions.toml | cut -d'=' -f2 | tr -d '[:space:]' | tr -d '"')
2222
if [ -z "$VERSION" ]; then
2323
echo "mod_version not found in gradle.properties"
2424
exit 1

0 commit comments

Comments
 (0)