Skip to content

Commit

Permalink
chore: Add server artifacts for pg and mongodb for github release wor…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
abhvsn authored Sep 24, 2024
2 parents 8493b7c + 289040d commit f728d9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ jobs:
run: |
scripts/generate_info_json.sh
- name: Place server artifacts-es
run: |
if [[ -f scripts/prepare_server_artifacts.sh ]]; then
scripts/prepare_server_artifacts.sh
fi
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit f728d9b

Please sign in to comment.