From e6d287faa4ec1a438e022f19cce9f7955b85f239 Mon Sep 17 00:00:00 2001 From: MarisaDAZA <79365559+MarisaDAZA@users.noreply.github.com> Date: Sun, 27 Oct 2024 03:25:53 +0000 Subject: [PATCH] Just delete them --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73252048a..8e1e2fde1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,9 +51,6 @@ jobs: tag: ${{ steps.version_info.outputs.build_version }} body: "For more information about this release please check out the official [Changelog](https://github.com/Ryujinx/Ryujinx/wiki/Changelog)." omitBodyDuringUpdate: true - owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} - repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} - token: ${{ secrets.GITHUB_TOKEN }} release: name: Release for ${{ matrix.platform.name }} @@ -140,9 +137,6 @@ jobs: omitBodyDuringUpdate: true allowUpdates: true replacesArtifacts: true - owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} - repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} - token: ${{ secrets.GITHUB_TOKEN }} macos_release: name: Release MacOS universal @@ -206,9 +200,6 @@ jobs: omitBodyDuringUpdate: true allowUpdates: true replacesArtifacts: true - owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} - repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} - token: ${{ secrets.GITHUB_TOKEN }} flatpak_release: uses: ./.github/workflows/flatpak.yml