Skip to content

Commit 040b5df

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
port: ${{ secrets.SERVER_PORT }}
3535
key: ${{ secrets.SERVER_SSH_KEY }}
3636
source: "entrance/target/entrance*.jar,entrance/src/main/resources/application-prod.yaml,restart.sh"
37-
target: "${{ secrets.SERVER_PROJECT_PATH }}"
37+
target: ${{ secrets.SERVER_PROJECT_PATH }}
3838

3939
# 执行 restart.sh
4040
- name: perform restart.sh

0 commit comments

Comments
 (0)