Skip to content

Commit 8144bee

Browse files
author
Loïc Hermann
committed
publish only on npmjs
1 parent c5b7218 commit 8144bee

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@ jobs:
1111
- uses: actions/setup-node@v2
1212
with:
1313
node-version: '15.x'
14+
registry-url: 'https://registry.npmjs.org'
1415
always-auth: true
15-
registry-url: 'https://npm.pkg.github.com'
1616
- run: yarn install
17-
- run: npm publish
18-
env:
19-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
- uses: actions/setup-node@v2
21-
with:
22-
node-version: '15.x'
23-
always-auth: true
24-
registry-url: 'https://registry.npmjs.org'
2517
- run: npm publish --access public
2618
env:
2719
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.4",
3+
"version": "0.3.0-beta.5",
44
"author": {
55
"name": "Louis Chatriot",
66
"email": "louis.chatriot@gmail.com"

0 commit comments

Comments
 (0)