From 40ef23ce608de57c5fd0eb05b7e118e6d83d7677 Mon Sep 17 00:00:00 2001 From: ghostflyby Date: Tue, 30 Sep 2025 15:37:16 +0800 Subject: [PATCH] ci: remove conditional check for changelog in pull request step --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8bde446..e11dfe4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,6 @@ jobs: run: gh release upload ${{ github.event.release.tag_name }} ./build/libs/*.jar - name: Create Pull Request - if: ${{ steps.properties.outputs.changelog != '' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |