Skip to content

Commit

Permalink
🐛 fix: adjust publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissgon committed May 5, 2024
1 parent e63b22c commit 7213ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm publish
- run: npm pkg fix && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrissgon/perfectui",
"version": "0.11.3",
"version": "0.11.4",
"displayName": "Perfect UI",
"description": "An exceptionally lightweight and highly customizable CSS and JavaScript library for crafting elegant user interfaces.",
"private": false,
Expand Down Expand Up @@ -28,6 +28,6 @@
"author": "Christopher Gonçalves <chrissgon.dev@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/chrissgon/perfectui"
"url": "git+https://github.com/chrissgon/perfectui.git"
}
}

0 comments on commit 7213ba8

Please sign in to comment.