summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-09 20:56:13 -0500
committerDax Raad <[email protected]>2025-12-09 20:56:13 -0500
commitfc9bc26d86f9ba7c242425a10253d961f48aa064 (patch)
treeacc44407149af8dfcd70f8a56c79da92c71e478f /.github
parentee00b4e0cec3c45412bb196485ac1d7e6591287e (diff)
downloadopencode-fc9bc26d86f9ba7c242425a10253d961f48aa064.tar.gz
opencode-fc9bc26d86f9ba7c242425a10253d961f48aa064.zip
ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b0feae8ba..145b5d28d 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -79,8 +79,8 @@ jobs:
run: |
./script/publish.ts
env:
- OPENCODE_BUMP: ${{ inputs.bump }}
- OPENCODE_VERSION: ${{ inputs.version }}
+ # OPENCODE_BUMP: ${{ inputs.bump }}
+ # OPENCODE_VERSION: ${{ inputs.version }}
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}