Skip to content

Commit

Permalink
set-access-public
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 5, 2021
1 parent 096bc6a commit 8acd9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
npm run build
- name: Publish tag to npm
if: contains(github.ref, 'tags')
run: |
npm publish
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mayank1513/tag-input",
"description": "A versetile tag input component built with Vue 3 Composition API",
"name": "@mayank1513/vue-tag-input",
"description": "A versatile tag input component built with Vue 3 Composition API",
"version": "0.0.1",
"main": "dist/TagInput.umd.min.js",
"browser": {
Expand Down

0 comments on commit 8acd9da

Please sign in to comment.