Merge pull request 'added vesion bump' (#194) from develop/tags into master
Reviewed-on: #194 Reviewed-by: giles <giles.bradshaw@sigyl.com>
This commit is contained in:
commit
602ac08e43
|
@ -36,6 +36,12 @@ jobs:
|
||||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
- name: 'Automated Version Bump'
|
||||||
|
uses: 'phips28/gh-action-bump-version@master'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
|
with:
|
||||||
|
custom-git-domain: 'sigyl.com/git'
|
||||||
- name: tag
|
- name: tag
|
||||||
run: |
|
run: |
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
|
|
Loading…
Reference in New Issue