Skip to content

Commit 966a5aa

Browse files
authored
chore: cleanup release pipeline to only allow windows (#181)
1 parent 0bf4368 commit 966a5aa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release_desktop_app.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ on:
88
required: true
99
type: choice
1010
options:
11-
- ubuntu-latest
12-
- windows-2019
13-
- macos-11
14-
default: ubuntu-latest
11+
# - ubuntu-latest
12+
- windows-latest
13+
# - macos-latest
14+
default: windows-latest
1515

1616
jobs:
1717
release:
1818
env:
1919
EP_GH_IGNORE_TIME: true
20-
APPLE_ID: ${{ secrets.apple_id }}
21-
APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
20+
# APPLE_ID: ${{ secrets.apple_id }}
21+
# APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
2222

2323
if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'
2424
runs-on: ${{ github.event.inputs.build_type }}

0 commit comments

Comments
 (0)