Skip to content

Commit 5a77ca2

Browse files
authored
Merge pull request #43 from devfile/fixreleasevsix
fix: publishing VSIX on Microsoft vscode marketplace
2 parents e1ed22b + c2009ae commit 5a77ca2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
runs-on: ubuntu-latest
6464
needs: packaging-job
6565
steps:
66+
- name: Check Out vscode-devfile
67+
uses: actions/checkout@v2
6668
- name: Set Up NodeJS
6769
uses: actions/setup-node@v2
6870
with:

0 commit comments

Comments
 (0)