We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e5cab3 + 8bd6329 commit 91458c7Copy full SHA for 91458c7
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
script: |
28
const list = await github.rest.repos.listReleases({
29
owner: "domaframework",
30
- repo: "doma-codegen-plugin",
+ repo: "doma-compile-plugin",
31
});
32
console.log(list)
33
let version = list.data[0].name
0 commit comments