From 536e38ff189fdb8546557f0dfbd9b38cd73335e3 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Wed, 1 Oct 2025 11:47:01 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20tag=20v3.4=20releases=20as=20`l?= =?UTF-8?q?atest`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit oops --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01a8b8bb5..4554a07ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: echo "TAILWINDCSS_VERSION=$(node -e 'console.log(require(`./package.json`).version);')" >> $GITHUB_ENV - name: Publish - run: npm publish --provenance --tag ${{ env.RELEASE_CHANNEL }} + run: npm publish --provenance env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}