Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Feb 13, 2024
1 parent a118bbc commit 62c75a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 62c75a1

Please sign in to comment.