Skip to content

Commit 6c71d76

Browse files
committed
That was the wrong way around...
1 parent 150b6f7 commit 6c71d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
if (version) {
4040
const query = `query {
41-
repository(name: "guysoft", owner: "Octopi") {
41+
repository(owner: "guysoft", name: "Octopi") {
4242
release(tagName:"${version}") {
4343
tagName
4444
releaseAssets(first:5) {

0 commit comments

Comments
 (0)