mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
feat(release): separate Docker and NPM publishing
This commit is contained in:
@@ -99,11 +99,10 @@ jobs:
|
|||||||
echo "//wombat-dressing-room.appspot.com/:_authToken=${{ secrets.WOMBAT_TOKEN }}" >> .npmrc
|
echo "//wombat-dressing-room.appspot.com/:_authToken=${{ secrets.WOMBAT_TOKEN }}" >> .npmrc
|
||||||
|
|
||||||
- name: Build, Prepare, and Publish
|
- name: Build, Prepare, and Publish
|
||||||
run: npm run publish:release
|
run: npm run publish:npm
|
||||||
env:
|
env:
|
||||||
NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }}
|
NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }}
|
||||||
NPM_DRY_RUN: ${{ steps.run_type.outputs.NPM_DRY_RUN }}
|
NPM_DRY_RUN: ${{ steps.run_type.outputs.NPM_DRY_RUN }}
|
||||||
DOCKER_DRY_RUN: ${{ steps.run_type.outputs.DOCKER_DRY_RUN }}
|
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
if: steps.run_type.outputs.NPM_DRY_RUN == ''
|
if: steps.run_type.outputs.NPM_DRY_RUN == ''
|
||||||
|
|||||||
Reference in New Issue
Block a user