Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 2bfa087

Browse files
committed
Update README
1 parent f37c838 commit 2bfa087

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GitHub Actions allows you to build your app on macOS, Windows and Linux without
4848
node-version: 10
4949

5050
- name: Build/release Electron app
51-
uses: samuelmeuli/action-electron-builder@master
51+
uses: samuelmeuli/action-electron-builder@v1
5252
with:
5353
# GitHub token, automatically provided to the action
5454
# (No need to define this secret in the repo settings)
@@ -82,13 +82,4 @@ After building successfully, the GitHub action will then publish your release ar
8282

8383
## Development
8484

85-
### Contributing
86-
8785
Suggestions and contributions are always welcome! Please discuss larger changes via issue before submitting a pull request.
88-
89-
### TODO
90-
91-
This project is still WIP. The following needs to be implemented before `v1.0`:
92-
93-
- [ ] Add support for publishing to Snapcraft
94-
- [ ] Use a tag in the sample workflow

0 commit comments

Comments
 (0)