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 78c7afe commit 91ece4cCopy full SHA for 91ece4c
.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.split("/").pop() }}\`"'
+ - 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