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 147406d commit 009a115Copy full SHA for 009a115
.github/workflows/snapshot-vscode-extension.yml
@@ -38,6 +38,7 @@ jobs:
38
with:
39
node-version: 22
40
- name: version
41
+ id: version
42
run: |
43
cd ${{ github.workspace }}/vscode-extensions/${{ inputs.extension-name }}
44
version=$(npm pkg get version)
0 commit comments