Skip to content

Commit 317cad3

Browse files
author
CRA Keishi Kawada
committed
ci: set npm token again
1 parent 8f9a398 commit 317cad3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
- run: npm install
2424
working-directory: ./packages/hooks
2525
- run: npm publish --access public
26+
env:
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2628
working-directory: ./packages/hooks

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hook-observability/hooks",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "provides Observability as React Hooks in React.",
55
"main": "dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)