From 5eadf011e9aa6c1d5f1f656531ae0922b7119d8b Mon Sep 17 00:00:00 2001 From: xiangnan <280145668@qq.com> Date: Wed, 21 Feb 2024 10:50:10 +0800 Subject: [PATCH] test7 --- .github/workflows/publish-package-npm.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-package-npm.yml b/.github/workflows/publish-package-npm.yml index 76e0ec8..983421a 100644 --- a/.github/workflows/publish-package-npm.yml +++ b/.github/workflows/publish-package-npm.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 2 - ssh-key: ${{ SSH_KEY }} + ssh-key: ${{ secrets.SSH_KEY }} submodules: true - name: Configure Git run: | diff --git a/package.json b/package.json index 8ad5215..de5c1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-xodel", - "version": "4.7.0", + "version": "4.8.0", "description": "An easy way to start a Vue project", "type": "module", "bin": {