Skip to content

Commit

Permalink
Debug release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed May 9, 2024
1 parent 31ee6a9 commit 0c7a035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
}
} else {
if (tag == undefined || Date.parse(commit_data.committer.date) > Date.parse(commit.committer.date)) {
tag = tag_date
tag = tag_data
commit = commit_data
}
}
Expand Down

0 comments on commit 0c7a035

Please sign in to comment.