Skip to content

Commit

Permalink
chore: Add build step to github workflow and update the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashr81 committed Sep 9, 2023
1 parent 48a8a1f commit 2c493b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: "18"
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
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-tiny-toast",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 2c493b4

Please sign in to comment.