Skip to content

Commit f9e9b3c

Browse files
committed
fix repo info
1 parent 6f6651d commit f9e9b3c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
jobs:
88
snapshot:
99
name: Publish Snapshot
10-
if: github.repository_owner == 'geobrowser'
10+
# forks are not allowed to publish snapshots
11+
if: github.repository_owner == 'graphprotocol'
1112
runs-on: ubuntu-latest
1213
timeout-minutes: 10
1314
steps:

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/geobrowser/graph-framework.git",
13+
"url": "https://github.com/graphprotocol/hypergraph.git",
1414
"directory": "packages/react"
1515
},
1616
"license": "MIT",

packages/hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/geobrowser/graph-framework.git",
12+
"url": "https://github.com/graphprotocol/hypergraph.git",
1313
"directory": "packages/hypergraph"
1414
},
1515
"license": "MIT",

0 commit comments

Comments
 (0)