Skip to content

Commit

Permalink
ci: fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Rys committed Dec 6, 2021
1 parent e7711ff commit 3935a9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ jobs:
# Very important: semantic-release won't trigger a tagged
# build if this is not set false
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 3935a9d

Please sign in to comment.