Skip to content

Commit

Permalink
1.修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
bzw1204 committed Jul 15, 2023
1 parent f15f3b5 commit 7411e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: release
uses: softprops/action-gh-release@v1
with:
draft: true
draft: false
files: |
dist/*.exe
dist/*.zip
Expand Down
6 changes: 5 additions & 1 deletion .lh/.github/workflows/node.js.yml.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"activeCommit": 0,
"commits": [
{
"activePatchIndex": 4,
"activePatchIndex": 5,
"patches": [
{
"date": 1689388073976,
Expand All @@ -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,
Expand Down

0 comments on commit 7411e5d

Please sign in to comment.