Skip to content

Commit 3b5e3b5

Browse files
committed
1
1 parent 5bfe6a0 commit 3b5e3b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-observe-frontend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
env:
115115
VERSION: ${{ needs.find-prs.outputs.version }}
116116
WEKA_COMPONENTS_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117-
run: yarn add "@weka/weka-ui-components@^$VERSION"
117+
run: yarn add "@weka/weka-ui-components@latest"
118+
# run: yarn add "@weka/weka-ui-components@^$VERSION"
118119

119120
- name: Commit and push
120121
env:

0 commit comments

Comments
 (0)