mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
ci
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user