fix: typo in build
Some checks failed
Build BAB Application Deployment Artifact / build (push) Has been cancelled
Some checks failed
Build BAB Application Deployment Artifact / build (push) Has been cancelled
This commit is contained in:
@@ -33,9 +33,10 @@ jobs:
|
|||||||
- name: Build and Release
|
- name: Build and Release
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
npm run semantic-version
|
npx semantic-release
|
||||||
env:
|
env:
|
||||||
GT_TOKEN: ${{ secrets.GT_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||||
|
GITEA_URL: ${{ env.GT_URL }}
|
||||||
- name: Trigger Ansible Deploy Playbook
|
- name: Trigger Ansible Deploy Playbook
|
||||||
uses: https://github.com/distributhor/workflow-webhook@v3
|
uses: https://github.com/distributhor/workflow-webhook@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user