Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Anders <[email protected]>
  • Loading branch information
gregoranders committed Jun 6, 2020
1 parent f7d255d commit e770ce5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 }}

0 comments on commit e770ce5

Please sign in to comment.