Skip to content

Commit

Permalink
try to fix error in pipeline (remove dropdrown component)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Yastrebov committed Apr 11, 2024
1 parent 7f6378e commit b872243
Show file tree
Hide file tree
Showing 16 changed files with 9,235 additions and 10,550 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
node-version: 20.x

- name: Install dependencies
run: pnpm install
run: yarn install --ignore-scripts

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm release
yarn release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Last stable version is 1.0.5

# Storybook Addon Multiselect

Toolbar addon for Storybook that allows to create dropdown(s) to select single or multiple options. Also, there's user defined type of options - that allows user to toggle between select single/multiple option(s).
Expand Down
Loading

0 comments on commit b872243

Please sign in to comment.