Updated build pipeline
This commit is contained in:
parent
781379e687
commit
55941d18a6
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci-cd.yml
vendored
5
.github/workflows/ci-cd.yml
vendored
|
|
@ -58,7 +58,10 @@ jobs:
|
|||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
with:
|
||||
commit_message: "[skip ci] Incrementing project version"
|
||||
commit_message: |
|
||||
Incrementing project version
|
||||
|
||||
[skip ci]
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Reference in a new issue