This commit is contained in:
Dax Raad
2025-12-26 14:34:40 -06:00
committed by Aiden Cline
parent 2774e4f6fd
commit 1024724cc6
3 changed files with 4 additions and 4 deletions
+1 -2
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 }}