Merge pull request #41 from phips28/test-PR

test pr
This commit is contained in:
Phil 2020-09-30 19:47:27 +02:00 committed by GitHub
commit 82b369b1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- "master"
pull_request:
branches: [ master ]
jobs:
bump-version:

View File

@ -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!')
})

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gh-action-bump-version",
"version": "8.0.3",
"version": "8.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"