changed action owner back to phips28
This commit is contained in:
parent
62bf5215c5
commit
0796b4c11e
|
@ -3,7 +3,7 @@ name: 'Bump Version'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'remove-dependencies'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump-version:
|
bump-version:
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: cat ./package.json
|
run: cat ./package.json
|
||||||
- name: 'Automated Version Bump'
|
- name: 'Automated Version Bump'
|
||||||
id: version-bump
|
id: version-bump
|
||||||
uses: 'melody-universe/gh-action-bump-version@remove-dependencies'
|
uses: 'phips28/gh-action-bump-version@master'
|
||||||
with:
|
with:
|
||||||
tag-prefix: 'v'
|
tag-prefix: 'v'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue