This commit is contained in:
Dax Raad
2026-01-29 11:31:50 -05:00
parent b5c9e7d6ce
commit 6cf533b748
2 changed files with 15 additions and 13 deletions

View File

@@ -76,9 +76,7 @@ jobs:
path: packages/opencode/dist
outputs:
release: ${{ steps.build-cli.outputs.release }}
tag: ${{ steps.publish.outputs.tag }}
version: ${{ steps.publish.outputs.version }}
version: ${{ needs.version.outputs.version }}
build-tauri:
if: false
@@ -233,7 +231,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ needs.publish.outputs.tag }}
ref: ${{ needs.version.outputs.tag }}
- uses: ./.github/actions/setup-bun
@@ -263,6 +261,7 @@ jobs:
- run: ./script/publish.ts
env:
OPENCODE_VERSION: ${{ needs.version.outputs.version }}
OPENCODE_RELEASE_ID: ${{ needs.version.outputs.release }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}