Skip to content

Commit f22f1d2

Browse files
Update pre-release.yml (#1626)
* Update pre-release.yml Trying to fix the OpenWithCodeEdit error that is causing high CPU loads * Update pre-release.yml making releases draft first so we can make sure they are correct and upload the better release notes.
1 parent 98d8de8 commit f22f1d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
REV=$(git rev-parse --short HEAD)
6161
echo "REV=$REV" >> $GITHUB_ENV
62-
codesign --sign "$CODESIGN_SIGN" -vvv --verbose --strict --options=runtime --prefix app.codeedit.CodeEdit. --force --deep --timestamp "$RUNNER_TEMP/CodeEdit.xcarchive/Products/Applications/CodeEdit.app"
62+
codesign --sign "$CODESIGN_SIGN" -vvv --verbose --strict --options=runtime --prefix app.codeedit.CodeEdit. --force --timestamp "$RUNNER_TEMP/CodeEdit.xcarchive/Products/Applications/CodeEdit.app"
6363
6464
############################
6565
# DMG & Notarize
@@ -146,6 +146,7 @@ jobs:
146146
automatic_release_tag: "v${{ env.APP_VERSION }}"
147147
prerelease: false
148148
repo_token: "${{ secrets.GITHUB_TOKEN }}"
149+
draft: true
149150

150151
############################
151152
# Cleanup Secrets

0 commit comments

Comments
 (0)