Don’t tag v3.4 releases as latest

oops
This commit is contained in:
Jordan Pittman 2025-10-01 11:47:01 -04:00
parent 229b1984dc
commit 536e38ff18

View File

@ -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 }}