Skip to content

Commit 9d70266

Browse files
fix: release through old fixes
1 parent 0da1490 commit 9d70266

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/workflows/publish.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1414
steps:
1515
# Checkout the code
1616
- name: Checkout code
@@ -39,11 +39,6 @@ jobs:
3939
- name: Build client
4040
run: yarn build-client
4141

42-
# Verify NPM_TOKEN
43-
- name: Verify NPM_TOKEN
44-
run: |
45-
curl -H "Authorization: Bearer $NPM_TOKEN" https://registry.npmjs.org/-/whoami
46-
4742
# Semantic release step: Automatically determine the version and release
4843
- name: Semantic release the package
4944
run: yarn release

.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"yarn.lock",
1616
"CHANGELOG.md"
1717
],
18-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
18+
"message": "chore(release): ${nextRelease.version}"
1919
}
2020
]
2121
]

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Downloads](https://img.shields.io/npm/dm/nopalm.svg)](https://npmjs.com/nopalm)
55
[![Install size](https://packagephobia.now.sh/badge?p=nopalm)](https://packagephobia.now.sh/result?nopalm)
66

7-
87
## RATIONALE
98

109
* Having trouble in creating and managing multiple Node.Js projects during local development? Prefer using user interfaces over CLIs for larger project management?

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "nopalm",
33
"description": "One stop graphical solution to create and manage your local Node.Js projects end to end.",
44
"main": "lib/index.js",
5+
"version": "1.0.8",
56
"bin": {
67
"nopalm": "lib/index.js"
78
},

0 commit comments

Comments
 (0)