fix: git pre commit hook

This commit is contained in:
lilong.129
2025-02-06 17:52:05 +08:00
parent 194b61718f
commit 603ac2a317
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
- name: Upload artifacts to aliyun OSS
run: |
ossutil cp -rf hrp/internal/version/VERSION oss://httprunner/
ossutil cp -rf internal/version/VERSION oss://httprunner/
ossutil cp -rf scripts/install.sh oss://httprunner/
ossutil cp -rf ${{ env.ASSET_PATH }} oss://httprunner/
- name: Test install.sh

View File

@@ -1 +1 @@
v5.0.0+2502052133
v5.0.0+2502061752

View File

@@ -41,7 +41,7 @@ do
done
# bump hrp version
version_file=hrp/internal/version/VERSION
version_file=internal/version/VERSION
# get current date
current_date=$(date +"%y%m%d%H%M")