Skip to content

Commit 14a93d7

Browse files
authored
Fetch information about latest release informtion from proper repository (#307)
1 parent 33fd676 commit 14a93d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
id: latest_release
8181
with:
8282
route: GET /repos/{owner}/{repo}/releases/latest
83-
owner: napari
84-
repo: napari
83+
owner: scverse
84+
repo: napari-spatialdata
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

0 commit comments

Comments
 (0)