An Electron application with Svelte and TypeScript to record videos for recruiting360grad.
When you want to create a new release, follow these steps:
- Update the version in the project's package.json file (e.g. 1.2.3)
- Commit that change (
git commit -am v1.2.3
) - Tag the commit (
git tag v1.2.3
). Make sure your tag name's format isv*.*.*
The workflow will use this tag to detect when to create a release - Push the changes to GitHub (
git push && git push --tags
) - Edit and publish the release draft created by the workflow in GitHub
After building successfully, the action will publish the release artifacts in a new release draft that will be created on GitHub with download links for the app.