Skip to content

Commit

Permalink
排查异常2
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Dec 15, 2023
1 parent b0a1f20 commit a5c7c65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.user.js_version_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
latest_tag_commit_sha=$(git rev-list --tags --max-count=1)
latest_tag_commit_timestamp=$(git show -s --format=%ct $latest_tag_commit_sha)
echo "release_commit_sha=$release_commit_sha"
echo "release_commit_timestamp=$release_commit_timestamp"
echo "latest_tag_commit_sha=$latest_tag_commit_sha"
echo "latest_tag_commit_timestamp=$latest_tag_commit_timestamp"
if [ $release_commit_timestamp -gt $latest_tag_commit_timestamp ]; then
ref=$release_commit_sha
else
Expand Down

0 comments on commit a5c7c65

Please sign in to comment.