Skip to content

Commit 8bd6329

Browse files
committed
Change the repository name
1 parent 3e5cab3 commit 8bd6329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
script: |
2828
const list = await github.rest.repos.listReleases({
2929
owner: "domaframework",
30-
repo: "doma-codegen-plugin",
30+
repo: "doma-compile-plugin",
3131
});
3232
console.log(list)
3333
let version = list.data[0].name

0 commit comments

Comments
 (0)