diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index adb1d99..7dbca46 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,6 +22,6 @@ jobs: - name: NPM Publish run: | npm ci - npm publish --access public + npm publish --access public --tag [react, gantt, typescript, chart, svg, gantt-chart, gantt chart, react-gantt, task] env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/package.json b/package.json index 9bee4fb..524a88a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gantt-task-react", - "version": "0.1.1", + "version": "0.1.2", "description": "Interactive Gantt Chart for React with TypeScript.", "author": "MaTeMaTuK ", "homepage": "https://github.com/MaTeMaTuK/gantt-task-react",