From 5b39eddee81489f1d80ef5aa77151790a7a1d98e Mon Sep 17 00:00:00 2001 From: Stephen Lautier Date: Sun, 27 Oct 2024 01:08:29 +0200 Subject: [PATCH] preid set --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4874cdc..d2ddf43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: node-version: "20" publishable: ${{ contains(fromJSON('["develop", "master", "workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') || github.event.inputs.publish == 'true' }} force-preid: ${{ github.event.inputs.force-prerelease == 'true' }} + preid-branches: "master,workflow" version-replace-glob: "libs/**/package.json,libs/**/version.ts" secrets: npm-auth-token: ${{ secrets.NPM_KEY }}