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.
1 parent 150b6f7 commit 6c71d76Copy full SHA for 6c71d76
.github/workflows/custopize.yml
@@ -38,7 +38,7 @@ jobs:
38
39
if (version) {
40
const query = `query {
41
- repository(name: "guysoft", owner: "Octopi") {
+ repository(owner: "guysoft", name: "Octopi") {
42
release(tagName:"${version}") {
43
tagName
44
releaseAssets(first:5) {
0 commit comments