From 3baa6213b0e5d62770d86f93664471bcf67d34e8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 18 Dec 2023 21:25:26 -0800 Subject: [PATCH] ci: disable releases temporarily --- .github/workflows/release-tip.yml | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 291f6659e..5857077d8 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -103,15 +103,15 @@ jobs: run: nix develop -c sh -c 'cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal-unsigned.zip Ghostty.app' # Update Release - - name: Release Unsigned - uses: softprops/action-gh-release@v1 - with: - name: 'Ghostty Tip ("Nightly")' - prerelease: true - tag_name: tip - target_commitish: ${{ github.sha }} - files: ghostty-macos-universal-unsigned.zip - token: ${{ secrets.GH_RELEASE_TOKEN }} + # - name: Release Unsigned + # uses: softprops/action-gh-release@v1 + # with: + # name: 'Ghostty Tip ("Nightly")' + # prerelease: true + # tag_name: tip + # target_commitish: ${{ github.sha }} + # files: ghostty-macos-universal-unsigned.zip + # token: ${{ secrets.GH_RELEASE_TOKEN }} - name: Codesign app bundle env: @@ -169,15 +169,15 @@ jobs: run: cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal.zip Ghostty.app # Update Release - - name: Release - uses: softprops/action-gh-release@v1 - with: - name: 'Ghostty Tip ("Nightly")' - prerelease: true - tag_name: tip - target_commitish: ${{ github.sha }} - files: ghostty-macos-universal.zip - token: ${{ secrets.GH_RELEASE_TOKEN }} + # - name: Release + # uses: softprops/action-gh-release@v1 + # with: + # name: 'Ghostty Tip ("Nightly")' + # prerelease: true + # tag_name: tip + # target_commitish: ${{ github.sha }} + # files: ghostty-macos-universal.zip + # token: ${{ secrets.GH_RELEASE_TOKEN }} # Create our appcast for Sparkle - name: Generate Appcast