From b02139c50f69015a9bb52519a803fb678312aa65 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:13:03 +0200 Subject: [PATCH] test:release --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e82a4c..525e3e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,13 +68,13 @@ jobs: if: always() run: | . .venv/bin/activate - pip uninstall -y vk-url-scraper + pip uninstall -y geocluster release: name: Release runs-on: ubuntu-latest needs: [checks] - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v1