There was an error while loading. Please reload this page.
1 parent ecf3e19 commit aef6a56Copy full SHA for aef6a56
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
id: vars
19
run: |
20
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:]')
+ BTA_VERSION=$(grep '^bta = ' ./gradle/libs.versions.toml | cut -d'=' -f2 | tr -d '[:space:]' | tr -d '"')
22
if [ -z "$VERSION" ]; then
23
echo "mod_version not found in gradle.properties"
24
exit 1
0 commit comments