Skip to content

Commit

Permalink
CI: follow daily_release
Browse files Browse the repository at this point in the history
CI: follow daily_release

CI: follow daily_release

CI: follow daily_release

CI: follow daily_release

CI: follow daily_release

CI: follow daily_release
  • Loading branch information
northsea4 committed May 29, 2024
1 parent eceb3c5 commit b43a992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ generate_app_version() {
# 去除非数字字符
published_at=$(echo "$published_at" | tr -dc '0-9')

# 取前8位数字作为年月日,前缀为1
echo "1${published_at:0:8}"
# 取前8位数字作为年月日,前缀为d
echo "d${published_at:0:8}"
}

find_release_by_tag_name() {
Expand Down

0 comments on commit b43a992

Please sign in to comment.