diff options
| author | Dax Raad <[email protected]> | 2026-01-30 00:18:50 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 00:18:50 -0500 |
| commit | 273e7b837986235ba9ec76830c1ba29c9c676068 (patch) | |
| tree | f7a2e3edfcb08d8aff865eeef6404efe962db498 /.github | |
| parent | 36041c000078c9e4e7ccc38707785e0eb757860b (diff) | |
| download | opencode-273e7b837986235ba9ec76830c1ba29c9c676068.tar.gz opencode-273e7b837986235ba9ec76830c1ba29c9c676068.zip | |
ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 17942a59d..4c6a05696 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,6 +67,9 @@ jobs: with: fetch-tags: true + - name: Mark workspace as safe + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - uses: ./.github/actions/setup-bun - name: Build @@ -107,6 +110,9 @@ jobs: with: fetch-tags: true + - name: Mark workspace as safe + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - uses: apple-actions/import-codesign-certs@v2 if: ${{ runner.os == 'macOS' }} with: |
