File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 55
55
TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
56
OWNER : ${{ github.event.repository.owner.login }}
57
57
REPO : ${{ github.event.repository.name }}
58
+
59
+ - name : Publish package with long name for better SEO
60
+ continue-on-error : true
61
+ run : |
62
+ cd dist
63
+ sed -i -e "s/.*name.*/\t\"name\": \"nextjs-themes-ultralight\",/" package.json
64
+ npm publish --provenance --access public
65
+ env :
66
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 19
19
"fqhes_YS14GQopOUs7K-7": {
20
20
"id": "fqhes_YS14GQopOUs7K-7",
21
21
"description": "update workflows to replace mayank1513",
22
- "columnId": "column-todo "
22
+ "columnId": "column-done "
23
23
},
24
24
"-FlzW8htLo-6jz5-ZqjEx": {
25
25
"id": "-FlzW8htLo-6jz5-ZqjEx",
38
38
"title": "To do",
39
39
"tasksIds": [
40
40
"RtA7NBfPOlfnVHqk54rMD",
41
- "fqhes_YS14GQopOUs7K-7",
42
41
"-FlzW8htLo-6jz5-ZqjEx",
43
42
"5fLtFF1sHPxsPjq-wWOxv"
44
43
]
52
51
"id": "column-done",
53
52
"title": "Done",
54
53
"tasksIds": [
54
+ "fqhes_YS14GQopOUs7K-7",
55
55
"task-ZJpp-dpxx3KxRMsAPNuMC",
56
56
"4CTOhRPjKrEAW5AHYsV7P"
57
57
]
You can’t perform that action at this time.
0 commit comments