Skip to content

Commit 3f08173

Browse files
committed
Forgot to add checkout instruction to script.
1 parent 17d7e36 commit 3f08173

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Publish Extension
88
runs-on: [ubuntu-latest]
99
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v3
1012
- name: Test
1113
run: ls
1214
- name: Publish

0 commit comments

Comments
 (0)