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