Skip to content

Commit 77489d9

Browse files
authored
fix: release action
1 parent 536775b commit 77489d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
release:
1616
name: 🚀 Release
17-
if: ${{ (github.event.workflow_run.conclusion == 'success') && (github.repository == 'falsepopsky/mobygmes') }}
17+
if: ${{ (github.event.workflow_run.conclusion == 'success') && (github.repository == 'falsepopsky/mobygames') }}
1818
runs-on: ubuntu-latest
1919
permissions:
2020
contents: write

0 commit comments

Comments
 (0)