Skip to content

Commit 536e38f

Browse files
committed
Don’t tag v3.4 releases as latest
oops
1 parent 229b198 commit 536e38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "TAILWINDCSS_VERSION=$(node -e 'console.log(require(`./package.json`).version);')" >> $GITHUB_ENV
4646
4747
- name: Publish
48-
run: npm publish --provenance --tag ${{ env.RELEASE_CHANNEL }}
48+
run: npm publish --provenance
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5151

0 commit comments

Comments
 (0)