Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRafia committed Mar 15, 2024
1 parent 3859fdd commit 655b46f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
run: npm install -g yarn
- name: Yarn
run: yarn
- name: Build
run: yarn make
# - name: Build
# run: yarn make
- name: publish
run: yarn publish
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
"name": "@electron-forge/maker-rpm",
"config": {}
}
],
"publishers": [
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "rezarafia",
"name": "speedy"
}
}
}
]
}
},
Expand Down

0 comments on commit 655b46f

Please sign in to comment.