Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Mar 3, 2020
1 parent 4e6a8a5 commit 778f4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create-release:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions ci/extractInfo.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const path = require('path')
const {version} = require('../package.json')

function printSetOutputs(outputs) {
Expand Down

0 comments on commit 778f4ad

Please sign in to comment.