test:release

This commit is contained in:
msramalho
2022-07-01 14:13:03 +02:00
parent 0c789c3335
commit b02139c50f

View File

@@ -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