Skip to content

Commit c5b7218

Browse files
author
Loïc Hermann
committed
try with npm
1 parent 91a4dd1 commit c5b7218

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
always-auth: true
1515
registry-url: 'https://npm.pkg.github.com'
1616
- run: yarn install
17-
- run: yarn publish
17+
- run: npm publish
1818
env:
19-
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: actions/setup-node@v2
2121
with:
2222
node-version: '15.x'
2323
always-auth: true
2424
registry-url: 'https://registry.npmjs.org'
25-
- run: yarn publish
25+
- run: npm publish --access public
2626
env:
27-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binary-search-tree",
3-
"version": "0.3.0-beta.3",
3+
"version": "0.3.0-beta.4",
44
"author": {
55
"name": "Louis Chatriot",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)