Skip to content

Commit

Permalink
deploy to npm
Browse files Browse the repository at this point in the history
Signed-off-by: Aleem Isiaka <[email protected]>
  • Loading branch information
limistah committed Jan 19, 2024
1 parent 96b3596 commit 8eece31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Build
run: yarn build && yarn build-storybook
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}

- name: Deploy storybook 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-here-map",
"version": "3.1.0-0",
"version": "4.0.0",
"description": "React components for working with Here Maps API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 8eece31

Please sign in to comment.