Skip to content

Commit 5dda866

Browse files
committed
Fix typo in workflow
1 parent 6a0b830 commit 5dda866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
if: github.actor == 'Zymrael'
1211
build:
12+
if: github.actor == 'Zymrael'
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)