changed workflow back to phips28
This commit is contained in:
parent
b6198aa219
commit
24fac66594
|
@ -3,7 +3,7 @@ name: 'Bump Version'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'bundle-assets'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-bundle:
|
generate-bundle:
|
||||||
|
@ -46,7 +46,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@bundle-assets'
|
uses: 'phips28/gh-action-bump-version@master'
|
||||||
with:
|
with:
|
||||||
tag-prefix: 'v'
|
tag-prefix: 'v'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue