You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Publish package with long name for better SEO
61
-
continue-on-error: true
62
-
run: |
63
-
cd dist
64
-
sed -i -e "s/.*name.*/\t\"name\": \"nextjs-themes-ultralite\",/" package.json
65
-
npm publish --provenance --access public
66
-
env:
67
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
68
-
69
-
- name: Mark scoped package as deprecated
70
-
run: |
71
-
npm deprecate @mayank1513/nthul "Please use <https://www.npmjs.com/package/nathul> instead. We initially created scoped packages to have similarities with the GitHub Public Repository (which requires packages to be scoped). We are no longer using GPR and thus deprecating all scoped packages for which corresponding un-scoped packages exist."
72
-
npm deprecate @mayank1513/nthul-lite "Please use <https://www.npmjs.com/package/nthul-lite> instead. We initially created scoped packages to have similarities with the GitHub Public Repository (which requires packages to be scoped). We are no longer using GPR and thus deprecating all scoped packages for which corresponding un-scoped packages exist."
37
+
- name: Copy Readme file
38
+
run: cp ./README.md ./lib # will be uncommented while rebranding
39
+
- name: Apply changesets, publish and create release, branches and tags
0 commit comments