Skip to content

Commit

Permalink
Merge branch 'master' into add-storybook-component-squashable
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil committed Mar 13, 2024
2 parents 3f668bc + f6649c9 commit 5f2852d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ runs:
with:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org/
cache: "yarn"
- name: Install
run: yarn
shell: bash
env:
NODE_AUTH_TOKEN: ${{inputs.npm_token}}
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
4 changes: 1 addition & 3 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ci-builds-${{ github.run_id }}-${{ github.run_attempt }}
path: |
packages/core/dist/
packages/style/dist/
path: "./packages/*/dist/"
if-no-files-found: ignore

0 comments on commit 5f2852d

Please sign in to comment.