From 2467ed579af00e3011ee26680e699337536e4a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt?= Date: Sat, 27 Feb 2021 22:18:34 +0100 Subject: [PATCH] fix(ci): auto-deploy --- .github/workflows/release.yml | 1 + package.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41b5318..5099d0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - beta jobs: publish: diff --git a/package.json b/package.json index 9a04021..b85c63c 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,6 @@ "typescript": "^4.1.5" }, "release": { - "branches": [ - "master" - ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",