Skip to content

Commit

Permalink
fix: github deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zlshames committed Jul 2, 2024
1 parent b9ad54f commit f0c9120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [macOS-13]
python-version: ["pypy3.10", "3.10"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v4
Expand All @@ -20,8 +20,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
run: python -m pip install setuptools
- name: Setup Node.js 20.11
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/server/scripts/electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
"owner": "BlueBubblesApp",
"private": false,
"channel": "latest",
"releaseType": "pre-release"
"releaseType": "draft"
}
],
"target": [
Expand Down

0 comments on commit f0c9120

Please sign in to comment.