fix: typo in build
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m53s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m53s
This commit is contained in:
@@ -30,12 +30,16 @@ jobs:
|
||||
- name: Show env file
|
||||
run: |
|
||||
/bin/cat .env.local
|
||||
- name: Show vars
|
||||
run: |
|
||||
echo "Token: ${{ secrets.GT_TOKEN}}, URL: ${{ env.GT_URL }}"
|
||||
- name: Build and Release
|
||||
id: build
|
||||
run: |
|
||||
npm run semantic-version
|
||||
npx semantic-release
|
||||
env:
|
||||
GT_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||
GITEA_URL: ${{ env.GT_URL }}
|
||||
- name: Trigger Ansible Deploy Playbook
|
||||
uses: https://github.com/distributhor/workflow-webhook@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user