From 1fa435f845f71cb53b5c026e8d37376a6621ef9a Mon Sep 17 00:00:00 2001 From: Hans Date: Mon, 29 Apr 2024 09:31:30 +0000 Subject: [PATCH] ci: fix publish --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa2f26d..52ee5a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,10 +94,10 @@ jobs: - run: yarn install - run: yarn build - name: Publish to NPM - run: yarn publish --access public + run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - YARN_REGISTRY: https://registry.npmjs.org + NPM_REGISTRY: https://registry.npmjs.org - name: Draft release uses: actions/create-release@v1 env: