From 39615dca68920b1ed968084db2fd07761345bb75 Mon Sep 17 00:00:00 2001 From: GuySerfaty Date: Tue, 6 Feb 2024 23:11:30 +0200 Subject: [PATCH] fix: cd --- .github/workflows/cd.yml | 3 +++ package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 17e1c6b..1ae27e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,6 +3,9 @@ on: push: branches: - main + pull_request: + branches: + - main jobs: release: diff --git a/package.json b/package.json index a06b377..eaf29ad 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,8 @@ }, "homepage": "https://github.com/10play/10Tap-Editor#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2",