Skip to content

Commit

Permalink
build: attempt to simplify release env vars
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent cc13ec3 commit 09422f8
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 76 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- run: pnpm build
- run: pnpm make:macos --publish onTagOrDraft
env:
APPLE_ID: ${{ secrets.appleid_username }}
APPLE_TEAM_ID: ${{ secrets.appleid_password }}
APPLEID_TEAM_ID: ${{ secrets.appleid_teamid }}
CSC_LINK: ${{ secrets.csc_link }}
CSC_KEY_PASSWORD: ${{ secrets.csc_key_password }}
GH_TOKEN: ${{ secrets.github_token }}
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@
}
},
"dependencies": {
"@discordapp/twemoji": "15.1.0",
"@electron/remote": "2.1.2",
"electron-log": "5.2.0",
"electron-updater": "6.3.4",
"update-electron-app": "3.0.0"
},
"devDependencies": {
"@atlaskit/avatar": "21.15.1",
"@atlaskit/badge": "16.4.0",
"@atlaskit/button": "20.1.1",
Expand All @@ -108,9 +101,26 @@
"@atlaskit/toggle": "13.4.1",
"@atlaskit/tokens": "1.59.1",
"@atlaskit/tooltip": "18.7.2",
"@discordapp/twemoji": "15.1.0",
"@electron/remote": "2.1.2",
"axios": "1.7.7",
"clsx": "2.1.1",
"date-fns": "4.0.0",
"date-fns": "3.6.0",
"electron-log": "5.2.0",
"electron-updater": "6.3.4",
"final-form": "4.20.10",
"menubar": "9.5.0",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "6.5.9",
"react-router-dom": "6.26.2",
"tailwind-merge": "2.5.2",
"ts-loader": "9.5.1",
"typescript": "5.6.2",
"update-electron-app": "3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@electron/notarize": "2.4.0",
"@testing-library/react": "16.0.1",
Expand All @@ -123,29 +133,19 @@
"css-loader": "7.1.2",
"electron": "32.1.0",
"electron-builder": "25.0.5",
"final-form": "4.20.10",
"graphql-tag": "2.12.6",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"menubar": "9.5.0",
"nprogress": "0.2.0",
"nock": "13.5.5",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "6.5.9",
"react-router-dom": "6.26.2",
"resize-observer-polyfill": "1.5.1",
"rimraf": "6.0.1",
"style-loader": "4.0.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.11",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
Expand Down
116 changes: 58 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09422f8

Please sign in to comment.