diff options
| author | Dax Raad <[email protected]> | 2025-10-14 14:34:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 14:35:04 -0400 |
| commit | 0c022ef39da2724255794484caf5090b2d30efc4 (patch) | |
| tree | e2403be1972384b598cfdf6074ce5d09e5f17fcd /.github/workflows/publish.yml | |
| parent | 717b5446331f8ff3034c0d35b95b832e92ffef49 (diff) | |
| download | opencode-0c022ef39da2724255794484caf5090b2d30efc4.tar.gz opencode-0c022ef39da2724255794484caf5090b2d30efc4.zip | |
ci: stuff
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f160b417e..57f3abb93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,6 +58,7 @@ jobs: ./script/publish.ts env: OPENCODE_BUMP: ${{ inputs.bump }} + OPENCODE_TAG: latest GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }} AUR_KEY: ${{ secrets.AUR_KEY }} NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} |
