From 69bd44513c682c1c7bb93b973eb086121a69309b Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Wed, 4 Aug 2021 21:46:42 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E6=9B=B4=E6=96=B0=E7=A6=BB=E7=BA=BF?= =?UTF-8?q?=E5=8C=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- scripts/release.bat | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9534be3..5f9660e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: # 产品文档 点击 [完整文档](https://rackshift.io) 查看完整的安装和使用文档 # 离线安装包 - - 百度网盘下载链接: https://pan.baidu.com/s/15cYvFoV-pm8UmeSI225eSA 提取码: j2uz + - 百度网盘下载链接: https://pan.baidu.com/s/1v0QYNZr1KGDlOxzlyoVGdA 提取码: ebz4 - name: Upload Release Asset id: upload-release-asset diff --git a/scripts/release.bat b/scripts/release.bat index acbb5e66..aedb5755 100644 --- a/scripts/release.bat +++ b/scripts/release.bat @@ -1,5 +1,5 @@ -git tag -d v1.1.0 -git push origin :refs/tags/v1.1.0 +git tag -d v1.4.0 +git push origin :refs/tags/v1.4.0 -git tag v1.1.0 -git push origin v1.1.0 \ No newline at end of file +git tag v1.4.0 +git push origin v1.4.0 \ No newline at end of file