Skip to content

Commit 78c7afe

Browse files
authored
Split the tag ref to the tag name (#233)
1 parent b1a5172 commit 78c7afe

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 }}\`"'
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)