diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 063efdf09..b873888a9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,6 +32,3 @@ jobs: ES_INDEX: ${{ secrets.ES_INDEX_LIVE }} ES_INDEX_LIVE: ${{ secrets.ES_INDEX_LIVE }} run: python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.event.release.tag_name }} - - - name: Update databases - run: python -u scripts/reupload_databases.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ secrets.PROG_DEBUG_CODEGRIP }} ${{ secrets.PROG_DEBUG_MIKROPROG }} ${{ github.event.release.tag_name }}