From 6df0a4bd6c0d92f6d7659c1939511de340e71012 Mon Sep 17 00:00:00 2001 From: Abe Tomoaki Date: Fri, 6 Dec 2024 14:14:53 +0900 Subject: [PATCH] Remove unnecessary condition --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56892fb..2342f77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,6 @@ jobs: need_push="no" if [ "${GITHUB_EVENT_NAME}" = "push" ]; then need_push="yes" - if [ "${GITHUB_REF_TYPE}" = "tag" ] && [ "${version}" != "${GITHUB_REF_NAME}" ]; then - need_push="no" - fi fi echo "DISTRIBUTION=${distribution}" >> ${GITHUB_ENV} echo "CONTEXT=./${distribution}" >> ${GITHUB_ENV}