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 17d7e36 commit 3f08173Copy full SHA for 3f08173
.github/workflows/publish_extension.yml
@@ -7,6 +7,8 @@ jobs:
7
name: Publish Extension
8
runs-on: [ubuntu-latest]
9
steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v3
12
- name: Test
13
run: ls
14
- name: Publish
0 commit comments