Skip to content

Commit

Permalink
Releasing just onTag - github sends a 422 when overwriting artifacts,…
Browse files Browse the repository at this point in the history
… waiting until electron-builder finds a solution
  • Loading branch information
sapien99 committed May 21, 2022
1 parent 6b1ce53 commit 956cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
# args: "--publish onTag"
args: "--publish onTag"
github_token: ${{ secrets.GITHUB_TOKEN }}
package_root: launcher
use_vue_cli: true
Expand Down

0 comments on commit 956cabd

Please sign in to comment.