From 0ef235bad182c2022d9b21d082ce0c162a289f2f Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 19 Oct 2024 17:34:15 +0900 Subject: [PATCH] fix: comment out condition for PR merge validation in release workflow --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 59fdfc7..b5f75f9 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,7 +14,7 @@ concurrency: jobs: # Job 1: Validate the PR and extract version validate_and_tag: - if: github.event.pull_request.merged == true + # if: github.event.pull_request.merged == true runs-on: ubuntu-latest outputs: