We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423b94b commit c4d8606Copy full SHA for c4d8606
.github/workflows/create-build-artifacts.yml
@@ -70,7 +70,9 @@ jobs:
70
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)
71
yarn run fix
72
73
- - run: yarn run package -t ${{ matrix.arch.vsix_arch }}
+ - run: |
74
+ TAG="release-v$(cat package.json | jq -r .version)"
75
+ yarn run package -t ${{ matrix.arch.vsix_arch }}
76
working-directory: packages/databricks-vscode
77
78
- uses: actions/upload-artifact@v2
0 commit comments