Skip to content

Commit

Permalink
Fix NPM release version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed May 24, 2020
1 parent 6dd40b3 commit d27760e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-python@v1
- run: python set_version.py
- uses: actions/checkout@v2
- name: Upload packages
run: npm publish
Expand Down

0 comments on commit d27760e

Please sign in to comment.