diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1621d4a..dd9337f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: # (dxos/dxos#12528). Override with the DX_CLI_PACKAGE repo variable, and drop the default # once a working CLI is on npm. Installing the single linux-x64 package rather than the # launcher avoids fetching all five platforms. - DX_CLI_PACKAGE: ${{ inputs.cli_package || vars.DX_CLI_PACKAGE || 'https://pkg.pr.new/dxos/dxos/@dxos/cli-linux-x64@1edc570' }} + DX_CLI_PACKAGE: ${{ inputs.cli_package || vars.DX_CLI_PACKAGE || 'https://pkg.pr.new/dxos/dxos/@dxos/cli-linux-x64@d7b0a3b' }} PUBLISHED: ${{ steps.changesets.outputs.publishedPackages }} ATPROTO_HANDLE: ${{ secrets.ATPROTO_HANDLE }} ATPROTO_APP_PASSWORD: ${{ secrets.ATPROTO_APP_PASSWORD }} diff --git a/.github/workflows/setup-publisher.yml b/.github/workflows/setup-publisher.yml index 448ddfa..201fee1 100644 --- a/.github/workflows/setup-publisher.yml +++ b/.github/workflows/setup-publisher.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest env: # Same pin as release.yml — see the comment there for why and when to drop it. - DX_CLI_PACKAGE: ${{ inputs.cli_package || vars.DX_CLI_PACKAGE || 'https://pkg.pr.new/dxos/dxos/@dxos/cli-linux-x64@1edc570' }} + DX_CLI_PACKAGE: ${{ inputs.cli_package || vars.DX_CLI_PACKAGE || 'https://pkg.pr.new/dxos/dxos/@dxos/cli-linux-x64@d7b0a3b' }} ATPROTO_HANDLE: ${{ secrets.ATPROTO_HANDLE }} ATPROTO_APP_PASSWORD: ${{ secrets.ATPROTO_APP_PASSWORD }} steps: