Skip to content

Commit

Permalink
Doc: CI - Release info add to user.js black7375#876
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored and Hou-Rui committed May 26, 2024
1 parent c5128c6 commit 5d2cc04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5d2cc04

Please sign in to comment.