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: