diff options
| author | Dax Raad <[email protected]> | 2026-01-30 00:25:52 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 00:25:52 -0500 |
| commit | 015eda36ce155ed61bbf789c1fec79ced33d6d3f (patch) | |
| tree | 8da78952918ec7347972e863579201fc9cce822d /.github/workflows | |
| parent | e666ddb63039a764266a202b2b6ccc615ef8a395 (diff) | |
| download | opencode-015eda36ce155ed61bbf789c1fec79ced33d6d3f.tar.gz opencode-015eda36ce155ed61bbf789c1fec79ced33d6d3f.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd0487c40..85343d929 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,12 +38,6 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/setup-bun - - name: Setup git committer - id: committer - uses: ./.github/actions/setup-git-committer - with: - opencode-app-id: ${{ vars.OPENCODE_APP_ID }} - opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }} - id: version run: | ./script/version.ts |
