Skip to content

Commit 21cd79c

Browse files
authored
Merge pull request #13 from beyond5959/dev
ci(release): remove unsupported GoReleaser dirty-skip flag
2 parents 42fe6e1 + f965fb1 commit 21cd79c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
distribution: goreleaser
3737
version: "~> v2"
38-
args: release --clean --skip=dirty
38+
args: release --clean
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141

PROGRESS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This file is the source of milestone progress, validation commands, and next act
1111

1212
- `Post-M8` ACP multi-agent readiness and maintenance.
1313

14-
## Latest Update (2026-03-06)
14+
## Latest Update (2026-03-08)
1515

16-
- codex embedded compatibility hotfix integrated:
17-
- patched local dependency `../acp-adapter` to handle newer codex app-server approval request methods (`item/commandExecution/requestApproval`, `item/fileChange/requestApproval`) and to avoid misleading `-32601 method not found` on unsupported server requests.
16+
- release pipeline compatibility fix for GoReleaser v2:
17+
- removed unsupported CLI argument `--skip=dirty` from `.github/workflows/release.yml` (`release --clean` only).
18+
- keeps release workflow behavior unchanged while restoring successful tagged release builds.
1819
- validation:
19-
- pass: `go test ./...` (in `../acp-adapter`)
2020
- pass: `go test ./...` (in this repository)
2121

2222
## Status

0 commit comments

Comments
 (0)