Skip to content

Commit a632b67

Browse files
committed
Fix typo in runs-on
1 parent fd512df commit a632b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
jobs:
77
hello_world:
8-
runs_on: ubuntu-latest
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: Say Hello

0 commit comments

Comments
 (0)