Skip to content

Commit 91a4dd1

Browse files
author
Loïc Hermann
committed
fix release env
1 parent e599e73 commit 91a4dd1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
name: Node.js CI
55

66
on:
7-
push:
8-
branches: [ master ]
97
pull_request:
108
branches: [ master ]
119

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- run: yarn install
1717
- run: yarn publish
1818
env:
19-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
NPM_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'
2525
- run: yarn publish
2626
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NPM_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.2",
3+
"version": "0.3.0-beta.3",
44
"author": {
55
"name": "Louis Chatriot",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)