mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-03-30 23:35:39 +00:00
5 lines
157 B
Bash
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
|