Skip to content

Commit

Permalink
2nd shot
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 27, 2020
1 parent 78c7afe commit 91ece4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DeployExtensionsProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: "npm install -g json"

# Setup the environment
- 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()"'

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

0 comments on commit 91ece4c

Please sign in to comment.