Skip to content

Commit

Permalink
[pre-release] [0.0.41] trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Aug 15, 2024
1 parent ed0f3f8 commit 7d5ed6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
install-cmd: pip install -r ./documentation/requirements.txt
venv-directory: ./documentation/.venv

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
Expand Down

0 comments on commit 7d5ed6c

Please sign in to comment.