Skip to content

Commit e4919f6

Browse files
committed
Fix YAML syntax error
Signed-off-by: Andrew Richardson <[email protected]>
1 parent 9329fe5 commit e4919f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
uses: actions/checkout@v2
11+
- uses: actions/checkout@v2
1212

1313
- name: Use Node.js
1414
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)