Skip to content

Commit

Permalink
publish from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Nov 21, 2023
1 parent a098839 commit 73625d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-desktop-app-to-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
- name: Install
run: npm ci
- name: build
run: npm -w @pikatorrent/desktop run make
run: npm -w @pikatorrent/desktop run publish
env:
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 73625d9

Please sign in to comment.