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:
parent
e866ee9e43
commit
af8f360e0e
20 changed files with 224 additions and 173 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue