Skip to content

Commit

Permalink
Updated workflow for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 27, 2024
1 parent de54b58 commit 4f23af9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Run Release Script
env:
DB_PATH: ${{ secrets.DB_PATH }}
ES_HOST: ${{ secrets.ES_HOST }}
ES_USER: ${{ secrets.ES_USER }}
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
run: python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.event.release.tag_name }}

- name: Update databases
Expand Down

0 comments on commit 4f23af9

Please sign in to comment.