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: push:
branches: branches:
- "master" - "master"
pull_request:
branches: [ master ]
jobs: jobs:
bump-version: bump-version:

View File

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

2
package-lock.json generated
View File

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

View File

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