Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Dec 19, 2024
1 parent f03280c commit 3882d00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:
jobs:
check-tag:
name: Check Release Tag
if: github.repository_owner == 'obsproject'
runs-on: ubuntu-24.04
outputs:
validTag: ${{ steps.check.outputs.validTag }}
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
flatpak-publish:
name: Flathub 📦
needs: check-tag
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
if: fromJSON(needs.check-tag.outputs.validTag)
runs-on: ubuntu-24.04
defaults:
run:
Expand Down

0 comments on commit 3882d00

Please sign in to comment.