Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn committed Jan 8, 2024
1 parent dd385cc commit 4896d73
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 30 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish
on:
push:
tags: v*

jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
working-directory: ui
- run: npx electron-builder -p always
working-directory: ui
env:
GH_TOKEN: ${{ secrets.access_token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 4896d73

Please sign in to comment.