diff options
| author | Dax Raad <[email protected]> | 2025-12-09 21:01:48 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 21:01:48 -0500 |
| commit | bafad6b8a831442f212cb4afa7a68a8d19c211e1 (patch) | |
| tree | 05216366f0aa60911498c89b7ce1bd63326eebd0 | |
| parent | 5682dddd45e95e4a62b8e69dfc131536958215dd (diff) | |
| download | opencode-bafad6b8a831442f212cb4afa7a68a8d19c211e1.tar.gz opencode-bafad6b8a831442f212cb4afa7a68a8d19c211e1.zip | |
ci
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f780724b7..be1d39cbe 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 }} |
