We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9a398 commit 317cad3Copy full SHA for 317cad3
.github/workflows/publish.yaml
@@ -23,4 +23,6 @@ jobs:
23
- run: npm install
24
working-directory: ./packages/hooks
25
- run: npm publish --access public
26
+ env:
27
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
packages/hooks/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-hook-observability/hooks",
3
- "version": "0.1.12",
+ "version": "0.1.13",
4
"description": "provides Observability as React Hooks in React.",
5
"main": "dist/index.js",
6
"private": false,
0 commit comments