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 dece537 commit dcd928cCopy full SHA for dcd928c
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
41
GH_TOKEN: ${{ secrets.gh_token }}
42
NOTARIZE: true
43
- run: yarn make:mac --publish onTagOrDraft
+ run: yarn make:macos --publish onTagOrDraft
44
45
release-windows:
46
runs-on: windows-2019
assets/images/press.png
119 KB
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitify",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "GitHub Notifications on your menu bar.",
5
"main": "main.js",
6
"scripts": {
0 commit comments