Skip to content

Commit a1c9ab8

Browse files
committed
update workflow
1 parent 4ccc1ac commit a1c9ab8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ jobs:
5555
TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
OWNER: ${{ github.event.repository.owner.login }}
5757
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 }}

.tkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fqhes_YS14GQopOUs7K-7": {
2020
"id": "fqhes_YS14GQopOUs7K-7",
2121
"description": "update workflows to replace mayank1513",
22-
"columnId": "column-todo"
22+
"columnId": "column-done"
2323
},
2424
"-FlzW8htLo-6jz5-ZqjEx": {
2525
"id": "-FlzW8htLo-6jz5-ZqjEx",
@@ -38,7 +38,6 @@
3838
"title": "To do",
3939
"tasksIds": [
4040
"RtA7NBfPOlfnVHqk54rMD",
41-
"fqhes_YS14GQopOUs7K-7",
4241
"-FlzW8htLo-6jz5-ZqjEx",
4342
"5fLtFF1sHPxsPjq-wWOxv"
4443
]
@@ -52,6 +51,7 @@
5251
"id": "column-done",
5352
"title": "Done",
5453
"tasksIds": [
54+
"fqhes_YS14GQopOUs7K-7",
5555
"task-ZJpp-dpxx3KxRMsAPNuMC",
5656
"4CTOhRPjKrEAW5AHYsV7P"
5757
]

0 commit comments

Comments
 (0)