Commit 218c782
Use snapshot mode for manual workflow dispatch (#4)
## Summary
- Fix release workflow failing when triggered manually via
`workflow_dispatch`
- GoReleaser requires a git tag for `release` — manual triggers now use
`build --snapshot --clean` instead
- Tag-triggered runs continue using `release --clean` as before
## Test plan
- [ ] Trigger workflow manually from GitHub Actions UI — should succeed
with snapshot build
- [ ] Push a `v*` tag — should create a full release as before
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 00ce426 commit 218c782
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
0 commit comments