Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Try to fix yarn publish #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Dec 3, 2019
1 parent 9c8669d commit 869ae2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Release on NPM
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
cd .npm
yarn publish
env:
Expand Down

0 comments on commit 869ae2a

Please sign in to comment.