Skip to content

Commit 35bc704

Browse files
authored
Fix CI/CD issues (#209)
1 parent e866947 commit 35bc704

File tree

6 files changed

+5
-11482
lines changed

6 files changed

+5
-11482
lines changed

.github/workflows/cut-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

.github/workflows/full-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Build
1+
name: MCP Build
22

33
permissions:
44
contents: read

.goreleaser.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ builds:
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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+
[![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) [![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) [![mcp build](https://github.com/dkhalife/task-wizard/actions/workflows/mcp-build.yml/badge.svg)](https://github.com/dkhalife/task-wizard/actions/workflows/mcp-build.yml) [![codecov](https://codecov.io/gh/dkhalife/task-wizard/graph/badge.svg?token=UQ4DTE3WI1)](https://codecov.io/gh/dkhalife/task-wizard) [![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)
22

33
# Task Wizard
44

0 commit comments

Comments
 (0)