Skip to content

Commit 91ece4c

Browse files
committed
2nd shot
1 parent 78c7afe commit 91ece4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeployExtensionsProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: "npm install -g json"
2525

2626
# Setup the environment
27-
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.version=\`${{ github.ref.split("/").pop() }}\`"'
27+
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.version=\`${{ github.ref }}\`.split(\`/\`).pop()"'
2828

2929
# To deploy we need isolated node_modules folders which yarn won't do because it is a workspace
3030
# So, remove the workspace

0 commit comments

Comments
 (0)