Files
Momentum-Firmware/.github/workflow_data/version.sh
2023-03-29 14:04:43 +01:00

5 lines
144 B
Bash

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