Skip to content

Commit

Permalink
build-release.yml: fix build package 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson authored and Markson committed Jun 13, 2023
1 parent e8d3fe9 commit febce95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
if [[ "$REF" == "refs/tags/v"* ]]; then
tag=$(git describe --tags $(git rev-list --tags --max-count=1))
version=${tag}
package_version="$(echo ${tag} | sed s/v//g)"
else
date=$(git log -1 --format="%cd" --date=short | sed s/-//g)
count=$(git rev-list --count HEAD)
Expand Down

0 comments on commit febce95

Please sign in to comment.