mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +08:00
fix: git pre commit hook
This commit is contained in:
2
.github/workflows/hrp-release.yml
vendored
2
.github/workflows/hrp-release.yml
vendored
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
v5.0.0+2502052133
|
||||
v5.0.0+2502061752
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user