From 7411e5ded04c68b7d5038f8b0dea389f9fa27d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=A7=E7=BB=88?= <13824303245@163.com> Date: Sat, 15 Jul 2023 11:21:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 2 +- .lh/.github/workflows/node.js.yml.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3dcf459..bcedc56 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,7 +39,7 @@ jobs: - name: release uses: softprops/action-gh-release@v1 with: - draft: true + draft: false files: | dist/*.exe dist/*.zip diff --git a/.lh/.github/workflows/node.js.yml.json b/.lh/.github/workflows/node.js.yml.json index 920a084..9612dd1 100644 --- a/.lh/.github/workflows/node.js.yml.json +++ b/.lh/.github/workflows/node.js.yml.json @@ -3,7 +3,7 @@ "activeCommit": 0, "commits": [ { - "activePatchIndex": 4, + "activePatchIndex": 5, "patches": [ { "date": 1689388073976, @@ -24,6 +24,10 @@ { "date": 1689391051292, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -33,9 +33,9 @@\n - name: build-win\n if: matrix.os == 'windows-latest'\n run: npm run build:win\n env:\n- ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}\n+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\n \n - name: release\n uses: softprops/action-gh-release@v1\n with:\n" + }, + { + "date": 1689391269218, + "content": "Index: \n===================================================================\n--- \n+++ \n@@ -38,9 +38,9 @@\n \n - name: release\n uses: softprops/action-gh-release@v1\n with:\n- draft: true\n+ draft: false\n files: |\n dist/*.exe\n dist/*.zip\n dist/*.dmg\n" } ], "date": 1689388073976,