Skip to content

Commit

Permalink
fix(ci): unexpected release tag generated
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Oct 17, 2024
1 parent a530860 commit 834d26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
commit_hash=$(git rev-parse --short HEAD)
if $is_release; then
tag=$(git describe --tags || true)
tag=${{ github.ref_name }}
else
tag=$(git describe --tags --match "v*" --exclude "*-post*" || true)
fi
Expand Down

0 comments on commit 834d26e

Please sign in to comment.