From d795deed44a13beab7c9bad049557b71f716344a Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Thu, 4 Mar 2021 00:09:51 +0300 Subject: [PATCH] Lift the requirement of a changed `package.json` in the auto-release --- .github/workflows/auto-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index aa1898704..12f49f0df 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -5,8 +5,6 @@ on: - main types: - closed - paths: - - 'attractions/package.json' jobs: release-from-pr: