Skip to content

Commit 7f05fcb

Browse files
committed
chore(version): 更新项目版本号从SNAPSHOT到正式版
Signed-off-by: LiggMax <wenzhouli06@gmail.com>
1 parent a42b07c commit 7f05fcb

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@ jobs:
2727

2828
# 上传文件到服务器
2929
- name: Upload file via SSH
30-
uses: appleboy/scp-action@v0.1.7
30+
uses: appleboy/scp-action@v1
3131
with:
3232
host: ${{ secrets.SERVER_HOST }}
3333
username: ${{ secrets.SERVER_USER }}
3434
port: ${{ secrets.SERVER_PORT }}
3535
key: ${{ secrets.SERVER_SSH_KEY }}
36-
source: |
37-
entrance/target/entrance*.jar,
38-
entrance/src/main/resources/application-prod.yaml,
39-
restart.sh
36+
source: "entrance/target/entrance*.jar,entrance/src/main/resources/application-prod.yaml,restart.sh"
4037
target: "${{ secrets.SERVER_PROJECT_PATH }}"
4138

4239
# 执行 restart.sh

.github/workflows/qodana_code_quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
1413

1514
jobs:
1615
qodana:

0 commit comments

Comments
 (0)