Refactor release script to be more modular

This commit is contained in:
Willy-JL
2023-03-29 14:04:43 +01:00
parent 6e903cd40c
commit f6679cc8d8
6 changed files with 75 additions and 27 deletions

4
.github/workflow_data/version.sh vendored Normal file
View File

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