Skip to content

Commit a9f8d31

Browse files
committed
use v3-lts tag
Just `3` or `v3` are not valid and you will get an error. Angular uses `v{n}-lts` for the versions they still support: https://www.npmjs.com/package/@angular/core?activeTab=versions Adding a tag is important, because omitting the `--tag` is the same as `--tag latest`
1 parent 536e38f commit a9f8d31

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
48+
run: npm publish --provenance --tag v3-lts
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5151

0 commit comments

Comments
 (0)