commit
82b369b1a5
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump-version:
|
bump-version:
|
||||||
|
|
1
index.js
1
index.js
|
@ -90,5 +90,6 @@ Toolkit.run(async tools => {
|
||||||
tools.log.fatal(e)
|
tools.log.fatal(e)
|
||||||
tools.exit.failure('Failed to bump version')
|
tools.exit.failure('Failed to bump version')
|
||||||
}
|
}
|
||||||
|
// Test for PR
|
||||||
tools.exit.success('Version bumped!')
|
tools.exit.success('Version bumped!')
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gh-action-bump-version",
|
"name": "gh-action-bump-version",
|
||||||
"version": "8.0.3",
|
"version": "8.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gh-action-bump-version",
|
"name": "gh-action-bump-version",
|
||||||
"version": "8.0.3",
|
"version": "8.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/phips28/gh-action-bump-version.git"
|
"url": "git+https://github.com/phips28/gh-action-bump-version.git"
|
||||||
|
|
Loading…
Reference in New Issue