Skip to content

Commit 91458c7

Browse files
authored
Merge pull request #61 from domaframework/ci/fix-release-workflow
Change the repository name in the release.yml
2 parents 3e5cab3 + 8bd6329 commit 91458c7

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)