Skip to content

Commit

Permalink
feat: release app once taged
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 21, 2024
1 parent e7a90d7 commit e7bffa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: ls -R ./
- name: Release App
uses: "marvinpinto/action-automatic-releases@latest"
prerelease: false
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "DocKit",
"productName": "DocKit",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/src/electron/main.js",
"description": "A faster, better and more stable NoSQL desktop tools",
"author": "geekfun <[email protected]>",
Expand Down

0 comments on commit e7bffa3

Please sign in to comment.