Files
Momentum-Firmware/.github/workflow_data/commit.sh
2023-07-20 02:00:09 +01:00

5 lines
157 B
Bash

#!/bin/bash
export VERSION_TAG="$(python -c 'import fbt_options; print(fbt_options.DIST_SUFFIX, end="")')"
echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV