Skip to content

Commit

Permalink
build: hotfix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 11, 2021
1 parent 48114aa commit adc6637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp ./jina/resources/hub-builder-success/script.min.js ./schema/hub
cp ./jina/resources/hub-builder-success/style.min.css ./schema/hub
cd schema
jina export-api --yaml-path "${{JINA_VERSION}}.yml" master.yml --json-path "${{JINA_VERSION}}.json" master.json master
jina export-api --yaml-path "$JINA_VERSION.yml" master.yml --json-path "$JINA_VERSION.json" master.json master
mkdir -p jinad && cd jinad
python -c "from daemon import _write_openapi_schema; _write_openapi_schema()"
cd -
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "PY_VERSION=3.8" >> $GITHUB_ENV
else
echo "PY_VERSION=3.7" >> $GITHUB_ENV
echo "TAG_ALIAS=latest${{ matrix.tag_stage }}, ${{JINA_VERSION}}${{ matrix.tag_stage }}, ${{JINA_MINOR_VERSION}}${{ matrix.tag_stage }}" >> $GITHUB_ENV
echo "TAG_ALIAS=latest${{ matrix.tag_stage }}, $JINA_VERSION${{ matrix.tag_stage }}, $JINA_MINOR_VERSION${{ matrix.tag_stage }}" >> $GITHUB_ENV
fi
if [[ "${{ matrix.tag_stage }}" == "-daemon" ]]; then
Expand Down

0 comments on commit adc6637

Please sign in to comment.