V49 Release Candidate Changes (#322)

This commit is contained in:
github-actions[bot]
2023-07-04 22:40:54 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/bin/bash
export VERSION_TAG="$(grep -o "DIST_SUFFIX = .*" fbt_options.py | cut -d'"' -f2)"
export VERSION_TAG="$(python -c 'import fbt_options; print(fbt_options.DIST_SUFFIX)')"
echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV