Skip to content

Commit 655100a

Browse files
authored
build: prepare v5.8.0 release (#1228)
* 5.8.0 * build: prepare v5.8.0 release * build: prepare v5.8.0 release
1 parent b6b3ac1 commit 655100a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
APPLEID_TEAM_ID: ${{ secrets.appleid_teamid }}
3131
CSC_LINK: ${{ secrets.mac_certs }}
3232
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
33+
GH_TOKEN: ${{ secrets.gh_token }}
3334
NOTARIZE: true
3435
- uses: actions/upload-artifact@v4
3536
with:
@@ -54,6 +55,8 @@ jobs:
5455
OAUTH_CLIENT_ID: ${{ secrets.oauth_client_id }}
5556
OAUTH_CLIENT_SECRET: ${{ secrets.oauth_client_secret }}
5657
- run: pnpm make:win --publish onTagOrDraft
58+
env:
59+
GH_TOKEN: ${{ secrets.gh_token }}
5760
- uses: actions/upload-artifact@v4
5861
with:
5962
name: Gitify-release-win
@@ -77,6 +80,8 @@ jobs:
7780
OAUTH_CLIENT_ID: ${{ secrets.oauth_client_id }}
7881
OAUTH_CLIENT_SECRET: ${{ secrets.oauth_client_secret }}
7982
- run: pnpm make:linux --publish onTagOrDraft
83+
env:
84+
GH_TOKEN: ${{ secrets.gh_token }}
8085
- uses: actions/upload-artifact@v4
8186
with:
8287
name: Gitify-release-linux

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": "5.7.0",
3+
"version": "5.8.0",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)