From e61552e7532ebb41b605e62d38bde87db0cea423 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Mon, 29 Jan 2024 19:07:20 +0800 Subject: [PATCH] ci: remove the if condition as its skipping the job --- .github/workflows/publish_npm_package.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish_npm_package.yml b/.github/workflows/publish_npm_package.yml index e57b0d86..da5f18b9 100644 --- a/.github/workflows/publish_npm_package.yml +++ b/.github/workflows/publish_npm_package.yml @@ -14,7 +14,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - if: github.event.pull_request.merged == true environment: Production permissions: contents: write # to be able to publish a GitHub release