diff options
| author | Dax Raad <[email protected]> | 2026-01-30 00:44:58 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 00:44:58 -0500 |
| commit | 48d6d72e25cd6c2f074a095f5c3534ba6b25c043 (patch) | |
| tree | 83dd05f76ee3d5fb1059cef1181e9572c9389d26 /.github/workflows | |
| parent | 5bef8e316ad99e899afc6caf9f5a3056e68efa04 (diff) | |
| download | opencode-48d6d72e25cd6c2f074a095f5c3534ba6b25c043.tar.gz opencode-48d6d72e25cd6c2f074a095f5c3534ba6b25c043.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85343d929..0d26b31c1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,9 @@ jobs: if: github.repository == 'anomalyco/opencode' steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: ./.github/actions/setup-bun - id: version |
