Skip to content

Commit

Permalink
docs(release_and_deploy): fix release_and_deploy interface
Browse files Browse the repository at this point in the history
fix release_and_deploy interface
  • Loading branch information
ak-quant committed Jan 26, 2022
1 parent 5cc4e52 commit fa11773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branchs:
- master
tags:
- "v*.*.*"
- "release-v*.*.*"

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@
1.3.78 fix: fix forbes_rank interface
1.3.79 add: add dockerfile for aktools interface
1.3.80 fix: fix dockerfile for aktools interface
1.3.81 fix: fix release_and_deploy interface
"""

__version__ = "1.3.80"
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3017,4 +3017,6 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.3.79 add: add dockerfile for aktools interface
1.3.80 fix: fix dockerfile for aktools interface
1.3.81 fix: fix release_and_deploy interface
```

0 comments on commit fa11773

Please sign in to comment.