Skip to content

Commit

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

0 comments on commit 35354d0

Please sign in to comment.