Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a95edbc

Browse files
V49 Release Candidate Changes (#322)
2 parents ee8c783 + 7f11479 commit a95edbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflow_data/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
export VERSION_TAG="$(grep -o "DIST_SUFFIX = .*" fbt_options.py | cut -d'"' -f2)"
3+
export VERSION_TAG="$(python -c 'import fbt_options; print(fbt_options.DIST_SUFFIX)')"
44
echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)