Skip to content

Commit aeaed5e

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

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/publish.yml

-5
Original file line numberDiff line numberDiff line change
@@ -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?

0 commit comments

Comments
 (0)