Skip to content

Commit

Permalink
Update check_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoiro3 authored Jan 15, 2025
1 parent 1a5e388 commit c20b2dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
var pyproject = toml.parse(await fs.readFile('pyproject.toml', 'utf8'))
var old_pyproject = toml.parse(await fs.readFile('old_pyproject.toml', 'utf8'))
console.log(old_pyproject.tool.poetry.version, pyproject.project.version)
var msg_body = ""
if (semver.gte(old_pyproject.tool.poetry.version, pyproject.project.version)) {
msg_body = (
Expand Down

0 comments on commit c20b2dc

Please sign in to comment.