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 91a4dd1 commit c5b7218Copy full SHA for c5b7218
.github/workflows/release.yml
@@ -14,14 +14,14 @@ jobs:
14
always-auth: true
15
registry-url: 'https://npm.pkg.github.com'
16
- run: yarn install
17
- - run: yarn publish
+ - run: npm publish
18
env:
19
- NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
- uses: actions/setup-node@v2
21
with:
22
node-version: '15.x'
23
24
registry-url: 'https://registry.npmjs.org'
25
+ - run: npm publish --access public
26
27
- NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "binary-search-tree",
3
- "version": "0.3.0-beta.3",
+ "version": "0.3.0-beta.4",
4
"author": {
5
"name": "Louis Chatriot",
6
"email": "[email protected]"
0 commit comments