Skip to content

Commit 35354d0

Browse files
committed
Fix NPM release command
1 parent d27760e commit 35354d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
steps:
2626
- uses: actions/setup-node@v1
2727
- uses: actions/setup-python@v1
28-
- run: python set_version.py
2928
- uses: actions/checkout@v2
29+
- run: python set_version.py
3030
- name: Upload packages
3131
run: npm publish
3232
env:

0 commit comments

Comments
 (0)