From b1b8f6cf71597b3000d1b245a95dbc023687c005 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 20 Dec 2025 09:57:19 -0500 Subject: ci --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') 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 }} -- cgit v1.2.3