Skip to content

Commit c4d8606

Browse files
authored
fix image links in README.md (#442)
1 parent 423b94b commit c4d8606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-build-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
yarn ts-node scripts/set_arch_in_package.ts -f package.json -b ${{ matrix.arch.bricks_arch }} -V ${{ matrix.arch.vsix_arch }} -c $(git rev-parse --short HEAD)
7171
yarn run fix
7272
73-
- run: yarn run package -t ${{ matrix.arch.vsix_arch }}
73+
- run: |
74+
TAG="release-v$(cat package.json | jq -r .version)"
75+
yarn run package -t ${{ matrix.arch.vsix_arch }}
7476
working-directory: packages/databricks-vscode
7577
7678
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)