Skip to content

Commit

Permalink
1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
buzhfianji committed Jul 3, 2024
1 parent 673a70e commit efe5b3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
25 changes: 9 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,15 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/**
path: |
dist/bookwise-*.exe
dist/bookwise-*.dmg
dist/bookwise-*.zip
dist/bookwise-*.blockmap
dist/bookwise-*.snap
dist/bookwise-*.AppImage
dist/bookwise-*.deb
dist/bookwise-*.rpm
env:
GITHUB_TOKEN: ${{ secrets.SECRET_TOKEN }}
# - name: release
Expand All @@ -116,18 +124,3 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
# release:
# permissions:
# contents: write
# needs: build
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4

# - name: Publish release
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
# # 编辑 Releases 草稿并发布
# run: gh release edit ${{ github.ref_name }} --draft=false
# env:
# GH_TOKEN: ${{ secrets.SECRET_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "book-wise",
"version": "1.0.10",
"version": "1.0.12",
"description": "A modern cross-platform e-book reader",
"main": "./out/main/index.js",
"author": {
Expand Down

0 comments on commit efe5b3a

Please sign in to comment.