Skip to content

Commit

Permalink
chore: GH action set-output must only be in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Oct 19, 2020
1 parent 00a4105 commit 9e513d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release workflow

on:
release:
types: [created, published, edited]
types: [created, published]

jobs:
build-release:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
run: Remove-Item 'native\target' -Recurse -Force
- run: npm run package
- id: set_package_info
run: echo "::set-output name=packageJson::$(npx node-pre-gyp reveal)"
run: echo "::set-output name=packageJson::$(node ./scripts/native-lib-details.js)"
- name: Upload Release Assets
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 9e513d2

Please sign in to comment.