This commit is contained in:
Dax Raad 2025-12-20 09:57:19 -05:00
parent 4c3336bbe7
commit b1b8f6cf71
3 changed files with 4 additions and 4 deletions

View file

@ -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 }}