Skip to content

Commit a5d033b

Browse files
committed
fix(fh): publisher
1 parent e64668a commit a5d033b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publisher.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
npm publish --tag beta --access public
3333
else
3434
npm publish --access public
35-
fi
35+
fi
36+
env:
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)