Skip to content

Commit 3928d6a

Browse files
committed
SSH debugging
1 parent 62cf7df commit 3928d6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
fs.writeFileSync('apps/vscode-nightly/package.json', JSON.stringify(pkg, null, 2));
5050
console.log(`🔖 Nightly version set to ${pkg.version}`);
5151
EOF
52+
- name: Setup upterm session
53+
uses: lhotari/action-upterm@v1
5254
- name: Build VSIX
5355
run: |
5456
ls -al

0 commit comments

Comments
 (0)