We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536775b commit 77489d9Copy full SHA for 77489d9
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ env:
14
jobs:
15
release:
16
name: 🚀 Release
17
- if: ${{ (github.event.workflow_run.conclusion == 'success') && (github.repository == 'falsepopsky/mobygmes') }}
+ if: ${{ (github.event.workflow_run.conclusion == 'success') && (github.repository == 'falsepopsky/mobygames') }}
18
runs-on: ubuntu-latest
19
permissions:
20
contents: write
0 commit comments