added vesion bump
build-develop-branch / build-branch (push) Successful in 38s
Details
build-develop-branch / build-branch (push) Successful in 38s
Details
This commit is contained in:
parent
e81c4e1c47
commit
336a4b29ea
|
@ -36,6 +36,12 @@ jobs:
|
|||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
git fetch --tags
|
||||
|
|
Loading…
Reference in New Issue