Skip to content

Commit 98f7e5b

Browse files
author
Loïc Hermann
committed
fix name
1 parent 8144bee commit 98f7e5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
always-auth: true
1616
- run: yarn install
17-
- run: npm publish --access public
17+
- run: yarn publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "binary-search-tree",
3-
"version": "0.3.0-beta.5",
2+
"name": "@rmanibus/binary-search-tree",
3+
"version": "0.3.0-beta.6",
44
"author": {
55
"name": "Louis Chatriot",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)