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
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Dec 3, 2019
1 parent 07b88c2 commit 9c8669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.x
always-auth: true
- name: Build
run: |
cd .npm
Expand All @@ -62,7 +63,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
cd .npm
echo "$NODE_AUTH_TOKEN" | sha256sum
yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9c8669d

Please sign in to comment.