We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a297e6 commit fea4294Copy full SHA for fea4294
1 file changed
.github/workflows/studio-frontend-build.yaml
@@ -122,7 +122,7 @@ jobs:
122
${{ runner.os }}-node-
123
- name: Fetch pimcore studio npm package archive
124
working-directory: ./assets
125
- run: curl -o pimcore-studio-ui-bundle-0.0.1.tgz https://raw.githubusercontent.com/pimcore/studio-ui-bundle/1.x/public/build/studio-npm-package.tgz
+ run: curl -o pimcore-studio-ui-bundle-0.0.1.tgz https://raw.githubusercontent.com/pimcore/studio-ui-bundle/v0.5.20/public/build/studio-npm-package.tgz
126
127
- name: Install studio npm package
128
0 commit comments