Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #2114

Merged
merged 5 commits into from
May 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tag_name
RunningLeon committed May 30, 2023
commit d8680bfc5b5ae74ec181bbd28176fd1103b791c9
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ jobs:
export MMDEPLOY_VERSION=$(python3 -c "import sys; sys.path.append('mmdeploy');from version import __version__;print(__version__)")
echo $MMDEPLOY_VERSION
echo "MMDEPLOY_VERSION=$MMDEPLOY_VERSION" >> $GITHUB_ENV
echo "TAG_NAME=v$MMDEPLOY_VERSION" >> $GITHUB_ENV
echo "OUTPUT_DIR=$PREBUILD_DIR/$MMDEPLOY_VERSION" >> $GITHUB_ENV
pip install twine
- name: Upload mmdeploy
@@ -51,7 +52,7 @@ jobs:
- name: Upload mmdeploy sdk
uses: softprops/action-gh-release@v1
with:
tag_name: v${MMDEPLOY_VERSION}
tag_name: $TAG_NAME
files: |
./prebuild/*.zip
./prebuild/*.tar.gz