summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 77d7bb30e..cdc8bd741 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -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 }}