From 166fb306268b16bb700f8add7c78a16ce294126c Mon Sep 17 00:00:00 2001 From: venwork-dev Date: Thu, 19 Feb 2026 15:04:47 -0600 Subject: [PATCH 1/2] feat(release): add npm token for publish --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 943f7e3..652314d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,6 +152,7 @@ jobs: - name: Promote dist-tag env: VERSION: ${{ steps.resolved.outputs.VERSION }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | set -euo pipefail echo "Promoting brand-shell@${VERSION} -> latest" From c5688c4ee4126077fc2571ced8849b339463687e Mon Sep 17 00:00:00 2001 From: venwork-dev Date: Thu, 19 Feb 2026 15:23:58 -0600 Subject: [PATCH 2/2] feat(release): changeset --- .changeset/three-cities-start.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/three-cities-start.md diff --git a/.changeset/three-cities-start.md b/.changeset/three-cities-start.md new file mode 100644 index 0000000..d5b2e02 --- /dev/null +++ b/.changeset/three-cities-start.md @@ -0,0 +1,5 @@ +--- +"brand-shell": minor +--- + +user npm token for publish