Skip to content

Commit

Permalink
Update onestep.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly authored Jun 28, 2024
1 parent 42220c0 commit 6a9e51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onestep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export LIB_NAME=$1
export PLAT=$2
export HOMEBREW_NO_AUTO_UPDATE=1
export RELEASE_DATE=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
export GIT_REPO_VERSION=$(grep GIT_REPO_VERSION= ./configs/libs/${LIB_NAME}.sh | awk -F = '{printf "RELEASE_VERSION=%s",$2}')
export RELEASE_VERSION=$(grep GIT_REPO_VERSION= ./configs/libs/${LIB_NAME}.sh | awk -F = '{printf "%s",$2}')
export TAG=${LIB_NAME}-${RELEASE_VERSION}-${RELEASE_DATE}
export TITLE="👏👏${LIB_NAME}-${RELEASE_VERSION}"

Expand Down

0 comments on commit 6a9e51b

Please sign in to comment.