We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cb9bb commit a021d24Copy full SHA for a021d24
1 file changed
.github/workflows/onestep.sh
@@ -25,7 +25,7 @@ fi
25
export HOMEBREW_NO_AUTO_UPDATE=1
26
export RELEASE_DATE=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
27
export RELEASE_VERSION=$(grep GIT_REPO_VERSION= ./configs/libs/${LIB_NAME}.sh | tail -n 1 | awk -F = '{printf "%s",$2}')
28
-export TAG=${LIB_NAME}-${RELEASE_VERSION}-${RELEASE_DATE}
+export TAG=${LIB_NAME}-${RELEASE_VERSION}-r19c-${RELEASE_DATE}
29
export TITLE="👏👏${LIB_NAME}-${PLAT}-${RELEASE_VERSION}"
30
31
ROOT_DIR=$PWD
0 commit comments