From dc26b9f1c13601fd24cf098d1ca7e88335b2a307 Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Mon, 18 Nov 2024 15:16:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(repo):=20Fork=20of=20changeset?= =?UTF-8?q?=20action=20+=20ignored=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/config.json | 7 ++++++- .github/workflows/release.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 0e5190d19..82f3a04bd 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,5 +12,10 @@ "access": "public", "baseBranch": "develop", "updateInternalDependencies": "patch", - "ignore": ["@ledgerhq/device-signer-kit-btc"] + "ignore": [ + "@ledgerhq/device-signer-kit-btc", + "@ledgerhq/device-signer-kit-eth", + "@ledgerhq/device-signer-kit-solana", + "@ledgerhq/context-module" + ] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0528d1c1..674622fc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Publish id: changesets - uses: changesets/action@v1 + uses: ledgerhq/changeset-action-ledger@main with: publish: pnpm release env: