From 82f251005ba804d604f03eeff3962a6f9a195d6b Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Wed, 22 Jul 2020 19:36:16 +0100 Subject: [PATCH] fix(ci): fix build and publish config --- .github/workflows/npmpublish.yml | 2 +- package.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 687fc5a..7783d5c 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -6,7 +6,7 @@ name: SASjs Build and Publish on: push: branches: - - master + - main jobs: build: diff --git a/package.json b/package.json index 518de09..350dc99 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,14 @@ "engines": { "node": ">=10" }, + "release": { + "branches": [ + "main" + ] + }, + "publishConfig": { + "access": "public" + }, "scripts": { "build": "microbundle-crl --no-compress --css-modules false --format modern,cjs", "start": "microbundle-crl watch --no-compress --css-modules false --format modern,cjs",