diff options
| author | Dax Raad <[email protected]> | 2025-10-14 14:51:35 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 14:52:05 -0400 |
| commit | 289783f627c30074341938d8422cd9c9ef91bca8 (patch) | |
| tree | c364bba9b2721dfab42806f060eedf75a21f1b73 /.github/workflows | |
| parent | 4c464cf4c01ed6120b16e201cf232255a10d3c8c (diff) | |
| download | opencode-289783f627c30074341938d8422cd9c9ef91bca8.tar.gz opencode-289783f627c30074341938d8422cd9c9ef91bca8.zip | |
ci: version stuff
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57f3abb93..c88860a0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: ./script/publish.ts env: OPENCODE_BUMP: ${{ inputs.bump }} - OPENCODE_TAG: latest + OPENCODE_CHANNEL: latest GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }} AUR_KEY: ${{ secrets.AUR_KEY }} NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} |
