From cde50afdc8d7ca513c2b4b0833466c0928886d82 Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Mon, 30 Sep 2024 12:29:28 +0200 Subject: [PATCH] fix(release): release with yarn instead of npm --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb95994..24be9e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,4 +34,4 @@ jobs: GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REF: ${{ github.ref }} - name: Release to NPM - run: npm publish --access public + run: yarn npm publish --access public