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 6, 2024
1 parent a1d1a78 commit a1411b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
node-version: 20
registry-url: https://registry.npmjs.org/

# - name: Set publishing config
# run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

#
#

- name: 🔧 Install and build
run: bun i && bun run build
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrissgon/perfectui",
"version": "0.11.11",
"version": "0.11.12",
"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 @@ -29,8 +29,5 @@
"repository": {
"type": "git",
"url": "git+https://github.com/chrissgon/perfectui.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit a1411b9

Please sign in to comment.