From 724b86de6beff07bf1ea87e8a917c61ec03f41d0 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Tue, 14 Apr 2020 16:24:07 -0700 Subject: [PATCH] =?UTF-8?q?Prerelease=20publish=20shouldn=E2=80=99t=20incr?= =?UTF-8?q?ement=20patch=20every=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 6e4b901f..e363ca50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,6 @@ jobs: - name: clean run: npx lerna clean --yes - name: publish alpha - run: npx lerna publish prepatch -y --pre-dist-tag next --preid next + run: npx lerna publish prerelease -y --pre-dist-tag next --preid next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}