diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 9ac201374..f52abe1c6 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -39,11 +39,6 @@ on: - windows - macos - linux - ssh_into_runner: - description: SSH into runner for debugging - required: false - default: false - type: boolean schedule: - cron: '0 0 * * *' @@ -161,12 +156,6 @@ jobs: - run: pnpm run build:packages - - if: ${{ inputs.ssh_into_runner }} - name: Debug - Setup upterm session - uses: owenthereal/action-upterm@v1 - with: - limit-access-to-users: sumimakito - - name: Build (Windows Only) # Windows if: matrix.os == 'windows-latest' run: pnpm run -F @proj-airi/stage-tamagotchi build && pnpm -F @proj-airi/stage-tamagotchi exec electron-builder build ${{ matrix.builder-args }} --publish=onTagOrDraft