From c0e533e7e02a487a4166115dd039594ff3cfe7c1 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 4 Jul 2023 01:00:32 -0700 Subject: [PATCH] use prerelease tag for npm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1db318..d4a9fe19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: run: find ./artifacts/* -name "*.dbg.json" -type f -delete - name: Delete useless files run: rm -rf ./artifacts/build-info/* - - run: npm publish + - run: npm publish --tag next env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}