From a1411b94ee87ebb5235a9deeb965fad47f871980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Gon=C3=A7alves?= Date: Mon, 6 May 2024 01:56:59 +0100 Subject: [PATCH] :bug: fix: adjust publish workflow --- .github/workflows/publish.yml | 5 +++-- package.json | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 766e742..36b5689 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/package.json b/package.json index 9360344..a20caff 100644 --- a/package.json +++ b/package.json @@ -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, @@ -29,8 +29,5 @@ "repository": { "type": "git", "url": "git+https://github.com/chrissgon/perfectui.git" - }, - "publishConfig": { - "registry": "https://registry.npmjs.org/" } }