Skip to content

Commit

Permalink
fix:action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 12, 2021
1 parent 1235471 commit f5b4ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f5b4ccb

Please sign in to comment.