Skip to content

Commit

Permalink
v0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitkyadav committed Oct 10, 2021
1 parent 9899d46 commit 6882cf8
Show file tree
Hide file tree
Showing 3 changed files with 39,694 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
cache: 'npm'
- run: npm install
node-version: 10

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
env:
CI: false
REACT_APP_API_URL: ${{ secrets.INVOICIFY_API_URL }}
REACT_APP_RELEASE_NOTES_API: ${{ secrets.RELEASE_NOTES_API }}
GH_TOKEN: ${{ secrets.github_token }}
CI: false
REACT_APP_API_URL: ${{ secrets.INVOICIFY_API_URL }}
REACT_APP_RELEASE_NOTES_API: ${{ secrets.RELEASE_NOTES_API }}
GH_TOKEN: ${{ secrets.github_token }}
with:
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
public/print.pdf
electron-builder.yml
.env
.vscode/

dev-app-update.yml
package-lock.json
Loading

0 comments on commit 6882cf8

Please sign in to comment.