fix: typo in build
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m52s

This commit is contained in:
2024-06-24 07:25:59 -04:00
parent c08fa6c2d8
commit 3aa0f9e941

View File

@@ -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: