Skip to content

Commit 71870b7

Browse files
author
CRA Keishi Kawada
committed
ci: revert registry-url
1 parent 317cad3 commit 71870b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: "18.x"
14+
registry-url: "https://registry.npmjs.org"
1415
- name: Check version consistency
1516
run: |
1617
PKG_VERSION=$(npm version --json | jq -r '.["@react-hook-observability/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.13",
3+
"version": "0.1.14",
44
"description": "provides Observability as React Hooks in React.",
55
"main": "dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)