Skip to content

Commit

Permalink
fixing the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknajjar committed Jan 20, 2024
1 parent 20eb957 commit d70955d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
token: ${{ secrets.NPM_ACCESS_TOKEN }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guifier",
"version": "1.0.15",
"version": "1.0.16",
"type": "module",
"license": "MIT",
"description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",
Expand Down

0 comments on commit d70955d

Please sign in to comment.