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 b1a5172 commit 78c7afeCopy full SHA for 78c7afe
.github/workflows/DeployExtensionsProd.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: "npm install -g json"
25
26
# Setup the environment
27
- - run: 'json -I -f packages/svelte-vscode/package.json -e "this.version=\`${{ github.ref }}\`"'
+ - run: 'json -I -f packages/svelte-vscode/package.json -e "this.version=\`${{ github.ref.split("/").pop() }}\`"'
28
29
# To deploy we need isolated node_modules folders which yarn won't do because it is a workspace
30
# So, remove the workspace
0 commit comments