Skip to content

Commit ec67be3

Browse files
Add code for publishing
1 parent f0d7788 commit ec67be3

File tree

3 files changed

+289
-394
lines changed

3 files changed

+289
-394
lines changed

forge.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,16 @@ module.exports = {
2727
config: {},
2828
},
2929
],
30+
publishers: [
31+
{
32+
name: '@electron-forge/publisher-github',
33+
config: {
34+
repository: {
35+
owner: 'security-companion',
36+
name: 'primitive.nextgen'
37+
},
38+
prerelease: true
39+
}
40+
}
41+
]
3042
};

0 commit comments

Comments
 (0)