From 2b56cb749cbde50c8fb60c22a046508d80608413 Mon Sep 17 00:00:00 2001 From: Javid Ahmed Date: Sat, 2 May 2026 02:11:30 +0100 Subject: [PATCH] Refactor release notes generation condition to simplify tag check --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c31caba..b19d23e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -106,8 +106,7 @@ jobs: - uses: javidahmed64592/actions-template-python/actions/docker/generate-release-notes@main if: steps.check_repo_name.outputs.should_release == 'true' && - steps.check_tag.outputs.tag_exists == 'false' && - github.event.repository.name != 'python-template-server' + steps.check_tag.outputs.tag_exists == 'false' id: release_notes with: version: ${{ steps.get_version.outputs.version }}