79202034

Date: 2024-11-19 03:50:11
Score: 0.5
Natty:
Report link

I was confused about the name and owner fields because the documentation does not fully explain that if you are using an org, then name should be the org name which was my issue here.

publishers: [
    {
      name: '@electron-forge/publisher-github',
      config: {
        repository: {
          owner: 'MyOrg',
          name: 'my-repo'
        },
        prerelease: false,
        draft: true
      }
    }
  ]
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: LMS5400