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

Commit 9c8669d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-bin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: actions/setup-node@v1
5454
with:
5555
node-version: 10.x
56+
always-auth: true
5657
- name: Build
5758
run: |
5859
cd .npm
@@ -62,7 +63,6 @@ jobs:
6263
if: startsWith(github.ref, 'refs/tags/')
6364
run: |
6465
cd .npm
65-
echo "$NODE_AUTH_TOKEN" | sha256sum
6666
yarn publish
6767
env:
6868
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)