From 62c75a19a6755d2fdfd160f5f8ab6347f8ec12fa Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 13 Feb 2024 11:24:54 -0300 Subject: [PATCH] WIP --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 37983a4229bb7e..daacd7bd0fffdb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ concurrency: jobs: check-tag: name: Check Release Tag - if: github.repository_owner == 'obsproject' + if: github.repository_owner == 'GeorgesStavracas' runs-on: ubuntu-22.04 outputs: validTag: ${{ steps.check.outputs.validTag }} @@ -43,7 +43,7 @@ jobs: flatpak-publish: name: Flathub 📦 needs: check-tag - if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag) + if: github.repository_owner == 'GeorgesStavracas' && fromJSON(needs.check-tag.outputs.validTag) runs-on: ubuntu-22.04 defaults: run: