From 70c09676fad9012b95792182766dff0736fff2c6 Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Sun, 18 Jun 2023 17:04:58 -0700 Subject: [PATCH] Fix Release GHA I don't know if I hate tabs or spaces more, but everyone can agree that mixing them is the worst. --- .github/workflows/make-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index df70ccba..24085ebb 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -10,7 +10,7 @@ permissions: jobs: Release: - if: github.repository == 'goatcorp/XIVLauncher.Core' + if: github.repository == 'goatcorp/XIVLauncher.Core' runs-on: ubuntu-latest env: # These are the user credentials that will be used to make the PR.