Skip to content

Commit

Permalink
try with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Hermann committed May 28, 2021
1 parent 91a4dd1 commit c5b7218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
always-auth: true
registry-url: 'https://npm.pkg.github.com'
- run: yarn install
- run: yarn publish
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: '15.x'
always-auth: true
registry-url: 'https://registry.npmjs.org'
- run: yarn publish
- run: npm publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binary-search-tree",
"version": "0.3.0-beta.3",
"version": "0.3.0-beta.4",
"author": {
"name": "Louis Chatriot",
"email": "[email protected]"
Expand Down

0 comments on commit c5b7218

Please sign in to comment.