Skip to content

Commit

Permalink
it seems publish should be an array, and should point to our repo... …
Browse files Browse the repository at this point in the history
…(then we also need to upload the 3 latest.yml... (#294)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
  • Loading branch information
SvenDowideit authored Jul 21, 2022
1 parent df13102 commit 94b6816
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@
"extraResources": [
"assets/**/*"
],
"publish": {
"provider": "github",
"owner": "electron-react-boilerplate",
"repo": "electron-react-boilerplate"
}
"publish": [
{
"provider": "github",
"owner": "workbenchapp",
"repo": "solana-workbench"
}
]
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -284,4 +286,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit 94b6816

Please sign in to comment.