Skip to content

Commit c531a06

Browse files
Removed database upload.
1 parent c1ccd9e commit c531a06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ jobs:
3232
ES_INDEX: ${{ secrets.ES_INDEX_LIVE }}
3333
ES_INDEX_LIVE: ${{ secrets.ES_INDEX_LIVE }}
3434
run: python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.event.release.tag_name }}
35-
36-
- name: Update databases
37-
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 }}

0 commit comments

Comments
 (0)