fix: typo in build
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m51s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m51s
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -33,9 +35,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: ${{ vars.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:
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
"lint": "eslint --ext .js,.ts,.vue ./",
|
"lint": "eslint --ext .js,.ts,.vue ./",
|
||||||
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
|
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"dev": "npm run generate-version && quasar dev",
|
"dev": "npm run generate-version && quasar dev -m pwa",
|
||||||
"build": "npm run generate-version && quasar build"
|
"build": "npm run generate-version && quasar build -m pwa"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@quasar/extras": "^1.16.11",
|
"@quasar/extras": "^1.16.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user