We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ce070 commit f88461bCopy full SHA for f88461b
appveyor.yml
@@ -19,5 +19,8 @@ build: off
19
version: '{build}'
20
shallow_clone: true
21
clone_depth: 1
22
-test_script:
23
-- yarn run publish
+deploy:
+- provider: Environment
24
+ name: production
25
+ on:
26
+ APPVEYOR_REPO_TAG: true
package.json
@@ -2,7 +2,7 @@
2
"name": "gtt-taskbar",
3
"productName": "gitlab time tracker taskbar",
4
"description": "A crossplatform menubar/taskbar application for GitLabs time tracking feature.",
5
- "version": "0.2.7",
+ "version": "0.2.9",
6
"main": "src/index.js",
7
"scripts": {
8
"start": "electron-forge start",
0 commit comments