Skip to content

Commit 218722b

Browse files
Merge pull request #123 from gemini-cli-extensions/lsc-1771432750.8076847
Refactor Github Action per b/485167538
2 parents 32f4482 + a981b84 commit 218722b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
if: ${{ steps.release.outputs.release_created }}
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
STEPS_RELEASE_OUTPUTS_TAG_NAME: ${{ steps.release.outputs.tag_name }}
4445
run: |
4546
gh release upload \
46-
${{ steps.release.outputs.tag_name }} \
47+
${STEPS_RELEASE_OUTPUTS_TAG_NAME} \
4748
conductor-release.tar.gz

0 commit comments

Comments
 (0)