PR: add bump ver check (#2282)

* Add bump-version check into the PR validation workflow

* Check condition for PR

* Setup step and job outputs for conditionals

* Fixup

* Limit fetch depth

* Fix typo

* Use a different checkout pattern

* Bump version

* Fixup conditional for the build stage

* Still allow the build stage even if the bump_version_check stage did found changes, as commits by github actions bot won't triggger actions

---------

Co-authored-by: GitHub Actions <actions@github.com>
This commit is contained in:
Belleve 2024-04-07 13:09:16 -10:00 committed by GitHub
parent e866ee9e43
commit af8f360e0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 224 additions and 173 deletions

View file

@ -1,13 +1,13 @@
{
"name": "@iosevka/font-otl",
"version": "29.1.0",
"version": "29.1.1",
"private": true,
"exports": {
".": "./src/index.mjs"
},
"dependencies": {
"@iosevka/font-glyphs": "29.1.0",
"@iosevka/glyph": "29.1.0",
"@iosevka/font-glyphs": "29.1.1",
"@iosevka/glyph": "29.1.1",
"toposort": "^2.0.2"
}
}