Skip to content

Commit

Permalink
update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ductinhkx97 committed Sep 21, 2024
1 parent 0ddb747 commit a9034a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pusblish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
# Step 6: Push tags to npm (optional if versioning is required)
- name: Push new tag to npm
run: git push --tags
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "dnd-tree-sortable",
"private": false,
"version": "1.0.0",
"license": "MIT",
"type": "module",
"main": "dist/dnd-tree-sortable.umd.js",
"module": "dist/dnd-tree-sortable.es.js",
Expand Down

0 comments on commit a9034a1

Please sign in to comment.