Skip to content

Commit 21a5176

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

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
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

README.md

Lines changed: 0 additions & 1 deletion
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)