mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
~优化alpha版本号为当前日期
This commit is contained in:
1
.github/workflows/update_meta_core.yaml
vendored
1
.github/workflows/update_meta_core.yaml
vendored
@@ -75,6 +75,7 @@ jobs:
|
||||
id: meta
|
||||
run: |
|
||||
version=${{ github.event.inputs.tag2 }}
|
||||
[ "$version" = Alpha ] && version="Alpha-$(date +"%Y%m%d")"
|
||||
echo version=$version >> $GITHUB_OUTPUT
|
||||
if [ -z "$TAGS" ];then
|
||||
echo tags='' >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user