File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828 uses : actions/setup-node@v4
2929 with :
3030 node-version : ${{ env.NODE_VERSION }}
31-
31+ registry-url : " https://registry.npmjs.org "
3232
3333 - name : Use cached node_modules
3434 id : cache
5555 - name : Publish
5656 run : npm publish --provenance --access public --tag ${{ env.RELEASE_CHANNEL }}
5757 env :
58- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- Nothing yet!
1111
12- ## [ 0.1.12 ] - 2025-12-11
12+ ## [ 0.1.13 ] - 2025-12-11
1313
1414### Features
1515
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " prettier-plugin-tailwindcss-pro" ,
4- "version" : " 0.1.12 " ,
4+ "version" : " 0.1.13 " ,
55 "description" : " A Prettier plugin for grouping Tailwind CSS classes." ,
66 "license" : " MIT" ,
77 "main" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 11git add .
2- git commit -m " chore: release v0.1.12 "
3- git tag v0.1.12
2+ git commit -m " chore: release v0.1.13 "
3+ git tag v0.1.13
44git push
5- git push origin v0.1.12
5+ git push origin v0.1.13
You can’t perform that action at this time.
0 commit comments