We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8144bee commit 98f7e5bCopy full SHA for 98f7e5b
.github/workflows/release.yml
@@ -14,6 +14,6 @@ jobs:
14
registry-url: 'https://registry.npmjs.org'
15
always-auth: true
16
- run: yarn install
17
- - run: npm publish --access public
+ - run: yarn publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "binary-search-tree",
3
- "version": "0.3.0-beta.5",
+ "name": "@rmanibus/binary-search-tree",
+ "version": "0.3.0-beta.6",
4
"author": {
5
"name": "Louis Chatriot",
6
"email": "[email protected]"
0 commit comments