From ccaaf423be30ee82f228452cb108f0d448256120 Mon Sep 17 00:00:00 2001 From: Pascal Euhus Date: Fri, 13 Dec 2024 19:30:16 +0100 Subject: [PATCH] fix release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 591650e..cccfe37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,6 @@ jobs: - run: corepack enable - run: yarn install --frozen-lockfile - run: yarn build - - run: yarn publish + - run: yarn npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}