Skip to content

Commit a4c79f0

Browse files
committed
Disable deploy script for now
1 parent f97d3b0 commit a4c79f0

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/mac.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ jobs:
4949
name: SCIRunMacInstaller
5050
path: bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
5151

52-
- name: Deploy
53-
id: deploy
54-
if: github.ref == 'refs/heads/master'
55-
uses: marvinpinto/action-automatic-releases@latest
56-
with:
57-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
58-
automatic_release_tag: "dev-mac"
59-
prerelease: true
60-
title: "Development Build for Mac"
61-
files: |
62-
bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
52+
# - name: Deploy
53+
# id: deploy
54+
# if: github.ref == 'refs/heads/master'
55+
# uses: marvinpinto/action-automatic-releases@latest
56+
# with:
57+
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
58+
# automatic_release_tag: "dev-mac"
59+
# prerelease: true
60+
# title: "Development Build for Mac"
61+
# files: |
62+
# bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
6363

6464
mac-build-headless:
6565

.github/workflows/windows.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ jobs:
120120
name: SCIRunWindowsPythonInstaller
121121
path: bin/SCIRun/SCIRun-5.0.beta.*-win64.exe
122122

123-
- name: Deploy
124-
if: github.ref == 'refs/heads/master'
125-
uses: marvinpinto/action-automatic-releases@latest
126-
with:
127-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
128-
automatic_release_tag: "dev-windows"
129-
prerelease: true
130-
title: "Development Build for Windows"
131-
files: |
132-
bin/SCIRun/SCIRun-5.0.beta.*-win64.exe
123+
# - name: Deploy
124+
# if: github.ref == 'refs/heads/master'
125+
# uses: marvinpinto/action-automatic-releases@latest
126+
# with:
127+
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
128+
# automatic_release_tag: "dev-windows"
129+
# prerelease: true
130+
# title: "Development Build for Windows"
131+
# files: |
132+
# bin/SCIRun/SCIRun-5.0.beta.*-win64.exe

0 commit comments

Comments
 (0)