Skip to content

Commit

Permalink
Merge branch 'beta' into 390-coderabbit-disable-review-status-message
Browse files Browse the repository at this point in the history
  • Loading branch information
langehm authored Jan 23, 2025
2 parents 83047cc + 1b5ddee commit 3d2783e
Show file tree
Hide file tree
Showing 14 changed files with 394 additions and 398 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- run: npm run build # build library
- run: npm run build-storybook # build docs
- name: upload library artifacts
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: library_dist
path: ./dist
- name: upload storybook artifacts
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: storybook_dist
path: ./storybook-static
Expand Down
Loading

0 comments on commit 3d2783e

Please sign in to comment.