Skip to content

Commit

Permalink
Fix Release GHA
Browse files Browse the repository at this point in the history
I don't know if I hate tabs or spaces more, but everyone can agree that mixing them is the worst.
  • Loading branch information
reiichi001 committed Jun 19, 2023
1 parent c73fa2d commit 70c0967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70c0967

Please sign in to comment.