Skip to content

Commit 890ecd9

Browse files
fix: checkout repository in publish step to get yarn.lock (#1722)
1 parent 4ded5a6 commit 890ecd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-vscode.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
isNightly: ${{ ((startsWith(github.ref, 'refs/tags/') && !((!contains(github.ref, 'rc') && (endsWith(github.ref, '0') || endsWith(github.ref, '2') || endsWith(github.ref, '4') || endsWith(github.ref, '6') || endsWith(github.ref, '8')))))) }}
4141
if: success() && startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'rc')
4242
steps:
43+
- uses: actions/checkout@v4
44+
with:
45+
submodules: recursive
4346
- uses: actions/download-artifact@v4
4447
- name: Install Node.js
4548
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)