mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
goreleaser build --clean --snapshot --skip validate
|