We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ccd9e commit c531a06Copy full SHA for c531a06
.github/workflows/release.yaml
@@ -32,6 +32,3 @@ jobs:
32
ES_INDEX: ${{ secrets.ES_INDEX_LIVE }}
33
ES_INDEX_LIVE: ${{ secrets.ES_INDEX_LIVE }}
34
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