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

Commit 07b88c2

Browse files
author
Franck Royer
committed
Check if the secret is here.
1 parent b8e599e commit 07b88c2

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
if: startsWith(github.ref, 'refs/tags/')
6363
run: |
6464
cd .npm
65+
echo "$NODE_AUTH_TOKEN" | sha256sum
6566
yarn publish
6667
env:
6768
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)