Doc: CI - Release info add to user.js #876

This commit is contained in:
alstjr7375 2024-05-19 19:09:03 +09:00
parent 67f66c4191
commit 1406c3fd7b

View file

@ -64,8 +64,10 @@ jobs:
# or TAGVER=$(git describe --tags --abbrev=0)
BRANCH=${{ matrix.branch }}
TAGVER=${GITHUB_REF#refs/*/}
NAME=${{ matrix.name }}
echo -e "[Info]\nVer=${TAGVER}\nBranch=${BRANCH}" > LEPTON
sed -i "1i// ${TAGVER} ${NAME}" user.js
- name: Processing for STANDARD
if: matrix.mode == 'STANDARD'