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 cbf7499 commit 5e095ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ jobs:
# build if this is not set false
submodules: false
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -340,4 +343,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: haya14busa/action-update-semver@v1
- uses: haya14busa/action-update-semver@v1

0 comments on commit 5e095ce

Please sign in to comment.