Open SRichner opened 7 months ago
Thanks for the issue!
Just adding a bit more detail as I am "fresh" to GitHub workflows and might know the least about it :)
According to the official electron recommendations[1]
src/electron/package.json
(what about package-lock.json
?)v${version}
, e.g. v0.0.20
(git-tag and push to main? Or is this the content of the version-field that needs to be specified when creating a new release according to the previous step?)[1] https://www.electron.build/configuration/publish.html#recommended-github-releases-workflow [2] https://github.com/HASEL-UZH/PersonalAnalytics/releases
https://www.electron.build/configuration/publish.html#recommended-github-releases-workflow
same as recommended,