diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 5e609d2..52931aa 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -18,7 +18,7 @@ jobs: - name: Test and build package run: | npm test - npm run build + npm run build:lib - name: Publish tag to npm if: contains(github.ref, 'tags') run: npm publish --access=public diff --git a/package.json b/package.json index d935d28..f420483 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mayank1513/vue-tag-input", "description": "A versatile tag input component built with Vue 3 Composition API", - "version": "0.0.3", + "version": "0.0.4", "main": "dist/TagInput.umd.min.js", "browser": { "./sfc": "src/components/TagInput.vue"