We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfe6a0 commit 3b5e3b5Copy full SHA for 3b5e3b5
.github/workflows/update-observe-frontend.yml
@@ -114,7 +114,8 @@ jobs:
114
env:
115
VERSION: ${{ needs.find-prs.outputs.version }}
116
WEKA_COMPONENTS_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
- run: yarn add "@weka/weka-ui-components@^$VERSION"
+ run: yarn add "@weka/weka-ui-components@latest"
118
+ # run: yarn add "@weka/weka-ui-components@^$VERSION"
119
120
- name: Commit and push
121
0 commit comments