Fix typo
This commit is contained in:
parent
42e514b755
commit
5b4be2a84c
|
@ -23,7 +23,7 @@ jobs:
|
||||||
node-version: 8.10.0
|
node-version: 8.10.0
|
||||||
- name: "Automated Version Bump"
|
- name: "Automated Version Bump"
|
||||||
uses: "phips28/gh-action-bump-version@master"
|
uses: "phips28/gh-action-bump-version@master"
|
||||||
wiht:
|
with:
|
||||||
tag-prefix: ''
|
tag-prefix: ''
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue