Commit ccb96b2
authored
Fix deployment tag and README links on Marketplace (#1321)
## Changes
`package` script uses TAG in this way:
```
vsce package --pre-release --baseContentUrl https://github.com/databricks/databricks-vscode/blob/${TAG:-bundle-integ}/packages/databricks-vscode --baseImagesUrl https://raw.githubusercontent.com/databricks/databricks-vscode/${TAG:-bundle-integ}/packages/databricks-vscode
```
When we set an incorrect tag, content and images urls point to wrong
locations, breaking the readme in the vscode marketplace1 parent 93a7c36 commit ccb96b2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments