summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-20 09:57:19 -0500
committerDax Raad <[email protected]>2025-12-20 09:57:19 -0500
commitb1b8f6cf71597b3000d1b245a95dbc023687c005 (patch)
treea35c5e1e82dba4086bf1951df1b1ef343c593120 /.github
parent4c3336bbe725ce8bf1a3dab09a805532a1fc2b47 (diff)
downloadopencode-b1b8f6cf71597b3000d1b245a95dbc023687c005.tar.gz
opencode-b1b8f6cf71597b3000d1b245a95dbc023687c005.zip
ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 77d7bb30e..cdc8bd741 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -221,8 +221,7 @@ jobs:
- run: ./script/publish-complete.ts
env:
- OPENCODE_BUMP: ${{ inputs.bump }}
- OPENCODE_VERSION: ${{ inputs.version }}
+ OPENCODE_VERSION: ${{ needs.publish.outputs.tagName }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
OPENCODE_RELEASE_TAG: ${{ needs.publish.outputs.tagName }}