Skip to content

Commit 1b81972

Browse files
authored
Merge branch 'master' into add-ci-activity
2 parents 8fb6276 + dcd928c commit 1b81972

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
4141
GH_TOKEN: ${{ secrets.gh_token }}
4242
NOTARIZE: true
43-
run: yarn make:mac --publish onTagOrDraft
43+
run: yarn make:macos --publish onTagOrDraft
4444

4545
release-windows:
4646
runs-on: windows-2019

assets/images/press.png

119 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)