mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
include githuboutput
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
shell: 'bash'
|
||||
env:
|
||||
SHA: 'ci-${{ github.sha }}'
|
||||
run: 'echo "tag=$SHA"'
|
||||
run: 'echo "tag=$SHA" >> $GITHUB_OUTPUT'
|
||||
|
||||
- name: 'Publish to GitHub Packages'
|
||||
run: 'npm publish --tag="${{ steps.get_tag.outputs.tag }}"'
|
||||
|
||||
Reference in New Issue
Block a user