This commit is contained in:
phips28 2019-10-26 20:07:53 +02:00
parent 766973872e
commit f943a48779
1 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,10 @@ jobs:
steps:
- name: "Checkout source code"
- uses: "actions/checkout@v1"
- with:
fetch-depth: 1
uses: "actions/checkout@v1"
with:
fetch-depth: 1
- name: "Bump Version"
uses: "phips28/gh-action-bump-version@master"
env: