@@ -9,10 +9,10 @@ inputs:
99 description : ' The npm tag to publish with (e.g., latest, preview, nightly).'
1010 required : true
1111 wombat-token-core :
12- description : ' The npm token for the @google /gemini-cli-core package.'
12+ description : ' The npm token for the @blocksuser /gemini-cli-core package.'
1313 required : true
1414 wombat-token-cli :
15- description : ' The npm token for the @google /gemini-cli package.'
15+ description : ' The npm token for the @blocksuser /gemini-cli package.'
1616 required : true
1717 github-token :
1818 description : ' The GitHub token for creating the release.'
@@ -48,34 +48,34 @@ runs:
4848 registry-url : ' https://wombat-dressing-room.appspot.com'
4949 scope : ' @google'
5050
51- - name : ' Publish @google /gemini-cli-core'
51+ - name : ' Publish @blocksuser /gemini-cli-core'
5252 working-directory : ' ${{ inputs.working-directory }}'
5353 env :
5454 NODE_AUTH_TOKEN : ' ${{ inputs.wombat-token-core }}'
5555 run : |-
5656 npm publish \
5757 --dry-run="${{ inputs.dry-run }}" \
58- --workspace="@google /gemini-cli-core" \
58+ --workspace="@blocksuser /gemini-cli-core" \
5959 --tag="${{ inputs.npm-tag }}"
6060 shell : ' bash'
6161
6262 - name : ' Install latest core package'
6363 working-directory : ' ${{ inputs.working-directory }}'
6464 if : ' ${{ inputs.dry-run == "false" }}'
6565 run : |-
66- npm install "@google /gemini-cli-core@${{ inputs.release-version }}" \
67- --workspace="@google /gemini-cli" \
66+ npm install "@blocksuser /gemini-cli-core@${{ inputs.release-version }}" \
67+ --workspace="@blocksuser /gemini-cli" \
6868 --save-exact
6969 shell : ' bash'
7070
71- - name : ' Publish @google /gemini-cli'
71+ - name : ' Publish @blocksuser /gemini-cli'
7272 working-directory : ' ${{ inputs.working-directory }}'
7373 env :
7474 NODE_AUTH_TOKEN : ' ${{ inputs.wombat-token-cli }}'
7575 run : |-
7676 npm publish \
7777 --dry-run="${{ inputs.dry-run }}" \
78- --workspace="@google /gemini-cli" \
78+ --workspace="@blocksuser /gemini-cli" \
7979 --tag="${{ inputs.npm-tag }}"
8080 shell : ' bash'
8181
0 commit comments