Skip to content

Commit

Permalink
Merge pull request #444 from Turbo87/fix-release
Browse files Browse the repository at this point in the history
CI: Fix `release` workflow
  • Loading branch information
Turbo87 authored Nov 22, 2019
2 parents 494e96f + 5d887dc commit aeae7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: 'https://registry.npmjs.org'

- run: npm publish
env:
Expand Down

0 comments on commit aeae7ca

Please sign in to comment.