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 62cf7df commit 3928d6aCopy full SHA for 3928d6a
.github/workflows/nightly-publish.yml
@@ -49,6 +49,8 @@ jobs:
49
fs.writeFileSync('apps/vscode-nightly/package.json', JSON.stringify(pkg, null, 2));
50
console.log(`🔖 Nightly version set to ${pkg.version}`);
51
EOF
52
+ - name: Setup upterm session
53
+ uses: lhotari/action-upterm@v1
54
- name: Build VSIX
55
run: |
56
ls -al
0 commit comments