revert test pr

This commit is contained in:
phips28 2020-09-30 19:48:32 +02:00
parent 82b369b1a5
commit b46158275b
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -90,6 +90,5 @@ Toolkit.run(async tools => {
tools.log.fatal(e)
tools.exit.failure('Failed to bump version')
}
// Test for PR
tools.exit.success('Version bumped!')
})