From 01c7584f255f0c06824713357c18a9b35432eec8 Mon Sep 17 00:00:00 2001 From: Mateusz Choma Date: Thu, 2 Apr 2026 11:13:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20npm=20publish:=20add=20--t?= =?UTF-8?q?ag=20latest=20for=20prerelease=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61f3a3d56..dd7ae15fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,6 @@ jobs: - name: Publish working-directory: packages/react-doctor - run: npm publish + run: npm publish --tag latest env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}