Skip to content

Commit

Permalink
Merge pull request #61 from domaframework/ci/fix-release-workflow
Browse files Browse the repository at this point in the history
Change the repository name in the release.yml
  • Loading branch information
nakamura-to authored Sep 29, 2024
2 parents 3e5cab3 + 8bd6329 commit 91458c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
script: |
const list = await github.rest.repos.listReleases({
owner: "domaframework",
repo: "doma-codegen-plugin",
repo: "doma-compile-plugin",
});
console.log(list)
let version = list.data[0].name
Expand Down

0 comments on commit 91458c7

Please sign in to comment.