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 4, 2021
1 parent 54a80fa commit a178270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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 a178270

Please sign in to comment.