From 4d6942a6cb65d7789056f4746a848096848a9472 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 2 Jul 2021 12:25:32 +0300 Subject: [PATCH] Update buildAndDeploy.yml Obviously if we want to test this it can't be only on tags... --- .github/workflows/buildAndDeploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 4a7a40d65c..6a43d6c2a7 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -69,7 +69,6 @@ jobs: mv desktop/build/libs/Unciv.jar deploy/Unciv.jar - name: Read release.md and use it as a body of new release - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') id: read_release shell: bash run: |