Add bump runner version whenever action is versioned
Ensures that the runner version is bumped along with the action version.
This commit is contained in:
parent
800a951427
commit
ea89b06c41
4 changed files with 7 additions and 9 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"test-debug": "ava src/** --serial --verbose --timeout=20m",
|
||||
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
|
||||
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
|
||||
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
|
||||
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force",
|
||||
"version": "cd runner && npm version patch && git add ."
|
||||
},
|
||||
"ava": {
|
||||
"typescript": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue