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

数据持久化修复、多层模块模块名和目录不一致处理 #138

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
ci: 更新脚本
Xu Jiaji committed Mar 21, 2023
commit 369e653e0dce911c114ec2965b9760f79d26fe8b
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -44,4 +44,4 @@ jobs:
run: |
version=`cat build.gradle | grep -P "version '\\S+'" -o | sed "s/version '\(\S*\)'/\1/g"` \
&& echo "version=${version}" \
&& hub release create "v${version}" "build/libs/YapiIdeaUploadPlugin-${version}.jar"
&& hub release create -m "v${version}" -F "build/libs/YapiIdeaUploadPlugin-${version}.jar" "v${version}"