mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
5 lines
144 B
Bash
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
|