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

Commit 869ae2a

Browse files
author
Franck Royer
committed
Try to fix yarn publish #2
As per actions/setup-node#81
1 parent 9c8669d commit 869ae2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-bin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Release on NPM
6363
if: startsWith(github.ref, 'refs/tags/')
6464
run: |
65+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
6566
cd .npm
6667
yarn publish
6768
env:

0 commit comments

Comments
 (0)