ci: disable releases temporarily

This commit is contained in:
Mitchell Hashimoto
2023-12-18 21:25:26 -08:00
parent c352d88afd
commit 3baa6213b0

View File

@ -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