Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Proper Electron release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suhrmann committed Jan 1, 2021
1 parent 2d4b115 commit c3f0ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: yarn

- name: Build Electron release
run: yarn run electron:build
run: yarn run release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anno-1800-calculator",
"productName": "Anno 1800 Calculator",
"version": "v0.4.5",
"version": "0.4.5",
"description": "Calculate your populations' demands and optimal production chains.",
"contributors": [
"Simon Uhrmann <suhrmann@posteo.de>",
Expand All @@ -20,6 +20,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"release": "vue-cli-service electron:build",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit c3f0ee8

Please sign in to comment.