Skip to content

Commit

Permalink
Merge pull request #13 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.8 Release
  • Loading branch information
gregoranders authored Jun 6, 2020
2 parents 87ceb16 + e770ce5 commit 05e3354
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: nodejs project information
id: projectinfo
uses: gregoranders/[email protected].4
uses: gregoranders/[email protected].6
- name: npm install
run: |
npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: nodejs project information
id: projectinfo
uses: gregoranders/[email protected].4
uses: gregoranders/[email protected].6
- name: npm install
run: |
npm install
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
- name: create release
id: createrelease
uses: gregoranders/[email protected].4
uses: gregoranders/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: nodejs project information
id: projectinfo
uses: gregoranders/[email protected].4
uses: gregoranders/[email protected].6
- name: npm install
run: |
npm install
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
- name: create release
id: createrelease
uses: gregoranders/[email protected].4
uses: gregoranders/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -105,10 +105,10 @@ jobs:
path: ./dist/pkg
- name: upload asset
id: uploadasset
uses: gregoranders/[email protected].4
uses: gregoranders/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
url: ${{ steps.createrelease.outputs.upload_url }}
id: ${{ steps.createrelease.outputs.id }}
path: ${{ steps.prepare.outputs.path }}
name: ${{ steps.prepare.outputs.name }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-react-electron-starter",
"version": "0.0.7",
"version": "0.0.8",
"description": "TypeScript React Electron Starter",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 05e3354

Please sign in to comment.