reverted test
This commit is contained in:
parent
ee0e78b19c
commit
184f05b802
|
@ -3,7 +3,7 @@ name: "Bump Version"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "checkout_v2"
|
- "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump-version:
|
bump-version:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- name: "Automated Version Bump"
|
- name: "Automated Version Bump"
|
||||||
uses: "phips28/gh-action-bump-version@checkout_v2"
|
uses: "phips28/gh-action-bump-version@master"
|
||||||
with:
|
with:
|
||||||
tag-prefix: ''
|
tag-prefix: ''
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue