File tree Expand file tree Collapse file tree 6 files changed +5
-11482
lines changed
Expand file tree Collapse file tree 6 files changed +5
-11482
lines changed Original file line number Diff line number Diff line change 1717 - name : Bump frontend version
1818 run : |
1919 cd frontend
20- yarn version --new-version- patch --no-git-tag-version
20+ yarn version --patch --no-git-tag-version
2121 - name : Get the latest tag
2222 id : get_latest_tag
2323 env :
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 file : ./mcpserver/Dockerfile
150150 push : true
151151 tags : ${{ secrets.ACR_NAME }}.azurecr.io/task-wizard-mcp:canary, ${{ secrets.ACR_NAME }}.azurecr.io/task-wizard-mcp:${{ github.ref_name }}
152- platforms : linux/amd64,linux/arm64,linux/arm/v7
152+ platforms : linux/amd64
153153
154154 release-production :
155155 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- name : .NET Build
1+ name : MCP Build
22
33permissions :
44 contents : read
Original file line number Diff line number Diff line change 66- dir : apiserver
77 env :
88 - CGO_ENABLED=0
9- goos :
10- - linux
11- - darwin
129 targets :
1310 - linux_amd64_v1
1411 - darwin_arm64
@@ -29,7 +26,7 @@ archives:
2926 {{- if .Arm }}v{{ .Arm }}{{ end }}
3027 format_overrides :
3128 - goos : windows
32- format : zip
29+ formats : zip
3330 files :
3431 - src : " apiserver/config/config.yaml"
3532 dst : " config/config.yaml"
Original file line number Diff line number Diff line change 1- [ ![ api build] ( https://github.com/dkhalife/task-wizard/actions/workflows/api-build.yml/badge.svg )] ( https://github.com/dkhalife/task-wizard/actions/workflows/api-build.yml ) [ ![ api codecov] ( https://codecov.io/gh/dkhalife/task-wizard/graph/badge.svg?token=UQ4DTE3WI1 )] ( https://codecov.io/gh/dkhalife/task-wizard ) [ ![ frontend build] ( https://github.com/dkhalife/task-wizard/actions/workflows/frontend-build.yml/badge.svg )] ( https://github.com/dkhalife/task-wizard/actions/workflows/frontend-build.yml ) [ ![ CodeQL] ( https://github.com/dkhalife/task-wizard/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/dkhalife/task-wizard/actions/workflows/github-code-scanning/codeql ) [ ![ Dependabot Updates] ( https://github.com/dkhalife/task-wizard/actions/workflows/dependabot/dependabot-updates/badge.svg )] ( https://github.com/dkhalife/task-wizard/actions/workflows/dependabot/dependabot-updates )
1+ [](https://github.com/dkhalife/task-wizard/actions/workflows/api-build.yml) [](https://github.com/dkhalife/task-wizard/actions/workflows/frontend-build.yml) [](https://github.com/dkhalife/task-wizard/actions/workflows/mcp-build.yml) [](https://codecov.io/gh/dkhalife/task-wizard) [](https://github.com/dkhalife/task-wizard/actions/workflows/github-code-scanning/codeql) [](https://github.com/dkhalife/task-wizard/actions/workflows/dependabot/dependabot-updates)
22
33# Task Wizard
44
You can’t perform that action at this time.
0 commit comments