Skip to content

Commit f728d9b

Browse files
authored
chore: Add server artifacts for pg and mongodb for github release worflow
2 parents 8493b7c + 289040d commit f728d9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/github-release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ jobs:
247247
run: |
248248
scripts/generate_info_json.sh
249249
250+
- name: Place server artifacts-es
251+
run: |
252+
if [[ -f scripts/prepare_server_artifacts.sh ]]; then
253+
scripts/prepare_server_artifacts.sh
254+
fi
255+
250256
- name: Login to DockerHub
251257
uses: docker/login-action@v1
252258
with:

0 commit comments

Comments
 (0)