Skip to content

Commit

Permalink
Icon in build yml
Browse files Browse the repository at this point in the history
test for auto update
  • Loading branch information
PatentLobster committed Jun 13, 2020
1 parent 7bfc885 commit ec8a05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
use_vue_cli: true

build_script_name: "electron:generate-icons"
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://itzik.co"
},
"description": "Track your office hours.",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit ec8a05b

Please sign in to comment.